Html Css Color HEX #0A3C71 Dark Cerulean

📋 copy color: '#0A3C71'

red 10 ◦ green 60 ◦ blue 113

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

Shades of Dark Cerulean #0A3C71

Tints of Dark Cerulean #0A3C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.79%

 BLUE value IS 113 (44.53% from 255) = 61.75%

R = 5.46%
G = 32.79%
B = 61.75%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A3C71 (or 0x0A3C71) is known color: Dark Cerulean. HEX triplet: 0A, 3C and 71. RGB value is (10,60,113). Sum of RGB (Red+Green+Blue) = 10+60+113=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A3C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3C71 is #F5C38E. Grayscale: #323232. Windows color (decimal): -16106383 or 7420938. OLE color: 7420938.

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

Color convert

RGB 10 60 113 -
CMYK 0.91 0.47 0 0.56
HSL 210.87º 0.84% 0.24% -
HSV(B) 210.87º 0.91% 0.44% -
XYZ 4.72 4.49 16.24 -
YUV 51.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 10 60 113 0.91 0.47 0 0.56 210.87 0.84 0.24
Hex A 3C 71 5B 2F 0 38 D3 54 18
Octal 12 74 161 133 57 0 70 323 124 30
Binary 1010 111100 1110001 1011011 101111 0 111000 11010011 1010100 11000

Color Harmonies of #0A3C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3C71

Black with #0A3C71

Text Example


Text Example

White with #0A3C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,60,113); }

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

background-color css

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

 a { background-color: rgb(10,60,113); }

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

border-color css

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

 span { border-color: rgb(10,60,113); }

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