Html Css Color HEX #0A4791 Dark Cerulean

📋 copy color: '#0A4791'

red 10 ◦ green 71 ◦ blue 145

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

Shades of Dark Cerulean #0A4791

Tints of Dark Cerulean #0A4791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 4.42%
G = 31.42%
B = 64.16%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0A4791 (or 0x0A4791) is known color: Dark Cerulean. HEX triplet: 0A, 47 and 91. RGB value is (10,71,145). Sum of RGB (Red+Green+Blue) = 10+71+145=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A4791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4791 is #F5B86E. Grayscale: #3C3C3C. Windows color (decimal): -16103535 or 9520906. OLE color: 9520906.

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

Color convert

RGB 10 71 145 -
CMYK 0.93 0.51 0 0.43
HSL 212.89º 0.87% 0.3% -
HSV(B) 212.89º 0.93% 0.57% -
XYZ 7.49 6.62 27.67 -
YUV 61.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 10 71 145 0.93 0.51 0 0.43 212.89 0.87 0.3
Hex A 47 91 5D 33 0 2B D5 57 1E
Octal 12 107 221 135 63 0 53 325 127 36
Binary 1010 1000111 10010001 1011101 110011 0 101011 11010101 1010111 11110

Color Harmonies of #0A4791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4791

Black with #0A4791

Text Example


Text Example

White with #0A4791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,71,145); }

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

background-color css

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

 a { background-color: rgb(10,71,145); }

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

border-color css

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

 span { border-color: rgb(10,71,145); }

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