Html Css Color HEX #0A3777 Dark Cerulean

📋 copy color: '#0A3777'

red 10 ◦ green 55 ◦ blue 119

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

Shades of Dark Cerulean #0A3777

Tints of Dark Cerulean #0A3777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.89%

 BLUE value IS 119 (46.88% from 255) = 64.67%

R = 5.43%
G = 29.89%
B = 64.67%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A3777 (or 0x0A3777) is known color: Dark Cerulean. HEX triplet: 0A, 37 and 77. RGB value is (10,55,119). Sum of RGB (Red+Green+Blue) = 10+55+119=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A3777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3777 is #F5C888. Grayscale: #303030. Windows color (decimal): -16107657 or 7812874. OLE color: 7812874.

HSL color Cylindrical-coordinate representation of color #0A3777: hue angle of 215.23º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3777 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 55 119 -
CMYK 0.92 0.54 0 0.53
HSL 215.23º 0.84% 0.25% -
HSV(B) 215.23º 0.92% 0.47% -
XYZ 4.82 4.13 18 -
YUV 48.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 10 55 119 0.92 0.54 0 0.53 215.23 0.84 0.25
Hex A 37 77 5C 36 0 35 D7 54 19
Octal 12 67 167 134 66 0 65 327 124 31
Binary 1010 110111 1110111 1011100 110110 0 110101 11010111 1010100 11001

Color Harmonies of #0A3777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3777

Black with #0A3777

Text Example


Text Example

White with #0A3777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,55,119); }

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

background-color css

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

 a { background-color: rgb(10,55,119); }

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

border-color css

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

 span { border-color: rgb(10,55,119); }

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