Html Css Color HEX #0A598E Dark Cerulean

📋 copy color: '#0A598E'

red 10 ◦ green 89 ◦ blue 142

#0A598E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0A598E

Tints of Dark Cerulean #0A598E

RGB

 RED value IS 10 (4.3% from 255) = 4.15%

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 4.15%
G = 36.93%
B = 58.92%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0A598E (or 0x0A598E) is known color: Dark Cerulean. HEX triplet: 0A, 59 and 8E. RGB value is (10,89,142). Sum of RGB (Red+Green+Blue) = 10+89+142=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A598E is #F5A671. Grayscale: #474747. Windows color (decimal): -16098930 or 9328906. OLE color: 9328906.

HSL color Cylindrical-coordinate representation of color #0A598E: hue angle of 204.09º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A598E is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 10 89 142 -
CMYK 0.93 0.37 0 0.44
HSL 204.09º 0.87% 0.3% -
HSV(B) 204.09º 0.93% 0.56% -
XYZ 8.58 9.16 26.91 -
YUV 71.42 167.83 84.19 -
System Red Green Blue C M Y K H S L
Decimal 10 89 142 0.93 0.37 0 0.44 204.09 0.87 0.3
Hex A 59 8E 5D 25 0 2C CC 57 1E
Octal 12 131 216 135 45 0 54 314 127 36
Binary 1010 1011001 10001110 1011101 100101 0 101100 11001100 1010111 11110

Color Harmonies of #0A598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A598E

Black with #0A598E

Text Example


Text Example

White with #0A598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A598E; }

 p { color: rgb(10,89,142); }

 H1.HeaderClassName
 {
   color: #0A598E;
 }
 .AnyTagClassName
 {
   color: #0A598E;
 }
</style>

background-color css

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

 a { background-color: rgb(10,89,142); }

 div.DivClassName
 {
   background-color: #0A598E;
 }
 .BgClassName
 {
   background-color: #0A598E;
 }
</style>

border-color css

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

 span { border-color: rgb(10,89,142); }

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