Html Css Color HEX #0A4D82 Dark Cerulean

📋 copy color: '#0A4D82'

red 10 ◦ green 77 ◦ blue 130

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

Shades of Dark Cerulean #0A4D82

Tints of Dark Cerulean #0A4D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.48%

 BLUE value IS 130 (51.17% from 255) = 59.91%

R = 4.61%
G = 35.48%
B = 59.91%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A4D82 (or 0x0A4D82) is known color: Dark Cerulean. HEX triplet: 0A, 4D and 82. RGB value is (10,77,130). Sum of RGB (Red+Green+Blue) = 10+77+130=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A4D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4D82 is #F5B27D. Grayscale: #3E3E3E. Windows color (decimal): -16102014 or 8539402. OLE color: 8539402.

HSL color Cylindrical-coordinate representation of color #0A4D82: hue angle of 206.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4D82 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 77 130 -
CMYK 0.92 0.41 0 0.49
HSL 206.5º 0.86% 0.27% -
HSV(B) 206.5º 0.92% 0.51% -
XYZ 6.81 6.98 22.11 -
YUV 63.01 165.8 90.19 -
System Red Green Blue C M Y K H S L
Decimal 10 77 130 0.92 0.41 0 0.49 206.5 0.86 0.27
Hex A 4D 82 5C 29 0 31 CE 56 1B
Octal 12 115 202 134 51 0 61 316 126 33
Binary 1010 1001101 10000010 1011100 101001 0 110001 11001110 1010110 11011

Color Harmonies of #0A4D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4D82

Black with #0A4D82

Text Example


Text Example

White with #0A4D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,77,130); }

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

background-color css

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

 a { background-color: rgb(10,77,130); }

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

border-color css

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

 span { border-color: rgb(10,77,130); }

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