Html Css Color HEX #0A3D72 Dark Cerulean

📋 copy color: '#0A3D72'

red 10 ◦ green 61 ◦ blue 114

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

Shades of Dark Cerulean #0A3D72

Tints of Dark Cerulean #0A3D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 114 (44.92% from 255) = 61.62%

R = 5.41%
G = 32.97%
B = 61.62%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A3D72 (or 0x0A3D72) is known color: Dark Cerulean. HEX triplet: 0A, 3D and 72. RGB value is (10,61,114). Sum of RGB (Red+Green+Blue) = 10+61+114=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A3D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3D72 is #F5C28D. Grayscale: #333333. Windows color (decimal): -16106126 or 7486730. OLE color: 7486730.

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

Color convert

RGB 10 61 114 -
CMYK 0.91 0.46 0 0.55
HSL 210.58º 0.84% 0.24% -
HSV(B) 210.58º 0.91% 0.45% -
XYZ 4.83 4.62 16.56 -
YUV 51.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 10 61 114 0.91 0.46 0 0.55 210.58 0.84 0.24
Hex A 3D 72 5B 2E 0 37 D3 54 18
Octal 12 75 162 133 56 0 67 323 124 30
Binary 1010 111101 1110010 1011011 101110 0 110111 11010011 1010100 11000

Color Harmonies of #0A3D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3D72

Black with #0A3D72

Text Example


Text Example

White with #0A3D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,61,114); }

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

background-color css

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

 a { background-color: rgb(10,61,114); }

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

border-color css

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

 span { border-color: rgb(10,61,114); }

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