#230797

Color #230797 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #230797

Tints of Ultramarine #230797

Color information

#230797 (or 0x230797) is unknown color: approx Ultramarine. HEX triplet: 23, 07 and 97. RGB value is (35,7,151). Sum of RGB (Red+Green+Blue) = 35+7+151=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #230797 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230797 is #DCF868. Grayscale: #1F1F1F. Windows color (decimal): -14481513 or 9897763. OLE color: 9897763.

HSL color Cylindrical-coordinate representation of color #230797: hue angle of 251.67º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230797 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB357151-
CMYK0.770.9500.41
HSL251.67º91.14%30.98%-
HSV(B)251.67º95.36%59.22%-
XYZ6.362.7429.47-
YUV31.79195.28130.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 151 (59.38% from 255) = 78.24%
R=18.13%
G=3.63%
B=78.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3571510.770.9500.41251.6791.1430.98
Hex237974D5F029fc5b1f
Octal43722711513705137413337
Binary1000111111001011110011011011111010100111111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230797; }

 p { color: rgb(35,7,151); }

 H1.HeaderClassName
 {
   color: #230797;
 }
 .AnyTagClassName
 {
   color: #230797;
 }
</style>
background-color css

<style>
 a { background-color: #230797; }

 a { background-color: rgb(35,7,151); }

 div.DivClassName
 {
   background-color: #230797;
 }
 .BgClassName
 {
   background-color: #230797;
 }
</style>
border-color css

<style>
 span { border-color: #230797; }

 span { border-color: rgb(35,7,151); }

 td.TdClassName
 {
   border-color: #230797;
 }
 .TagClassName
 {
   border-color: #230797;
 }
</style>