Html Css Color HEX #0A4073 Dark Cerulean

📋 copy color: '#0A4073'

red 10 ◦ green 64 ◦ blue 115

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

Shades of Dark Cerulean #0A4073

Tints of Dark Cerulean #0A4073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 115 (45.31% from 255) = 60.85%

R = 5.29%
G = 33.86%
B = 60.85%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A4073 (or 0x0A4073) is known color: Dark Cerulean. HEX triplet: 0A, 40 and 73. RGB value is (10,64,115). Sum of RGB (Red+Green+Blue) = 10+64+115=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A4073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4073 is #F5BF8C. Grayscale: #353535. Windows color (decimal): -16105357 or 7553034. OLE color: 7553034.

HSL color Cylindrical-coordinate representation of color #0A4073: hue angle of 209.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4073 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 64 115 -
CMYK 0.91 0.44 0 0.55
HSL 209.14º 0.84% 0.25% -
HSV(B) 209.14º 0.91% 0.45% -
XYZ 5.05 4.97 16.91 -
YUV 53.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 10 64 115 0.91 0.44 0 0.55 209.14 0.84 0.25
Hex A 40 73 5B 2C 0 37 D1 54 19
Octal 12 100 163 133 54 0 67 321 124 31
Binary 1010 1000000 1110011 1011011 101100 0 110111 11010001 1010100 11001

Color Harmonies of #0A4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4073

Black with #0A4073

Text Example


Text Example

White with #0A4073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,64,115); }

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

background-color css

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

 a { background-color: rgb(10,64,115); }

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

border-color css

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

 span { border-color: rgb(10,64,115); }

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