Html Css Color HEX #0A3973 Dark Cerulean

📋 copy color: '#0A3973'

red 10 ◦ green 57 ◦ blue 115

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

Shades of Dark Cerulean #0A3973

Tints of Dark Cerulean #0A3973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.32%

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

R = 5.49%
G = 31.32%
B = 63.19%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A3973 (or 0x0A3973) is known color: Dark Cerulean. HEX triplet: 0A, 39 and 73. RGB value is (10,57,115). Sum of RGB (Red+Green+Blue) = 10+57+115=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A3973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3973 is #F5C68C. Grayscale: #313131. Windows color (decimal): -16107149 or 7551242. OLE color: 7551242.

HSL color Cylindrical-coordinate representation of color #0A3973: hue angle of 213.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 #0A3973 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 57 115 -
CMYK 0.91 0.50 0 0.55
HSL 213.14º 0.84% 0.25% -
HSV(B) 213.14º 0.91% 0.45% -
XYZ 4.68 4.23 16.79 -
YUV 49.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 10 57 115 0.91 0.50 0 0.55 213.14 0.84 0.25
Hex A 39 73 5B 32 0 37 D5 54 19
Octal 12 71 163 133 62 0 67 325 124 31
Binary 1010 111001 1110011 1011011 110010 0 110111 11010101 1010100 11001

Color Harmonies of #0A3973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3973

Black with #0A3973

Text Example


Text Example

White with #0A3973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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