Html Css Color HEX #0A5984 Dark Cerulean

📋 copy color: '#0A5984'

red 10 ◦ green 89 ◦ blue 132

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

Shades of Dark Cerulean #0A5984

Tints of Dark Cerulean #0A5984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 132 (51.95% from 255) = 57.14%

R = 4.33%
G = 38.53%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A5984 (or 0x0A5984) is known color: Dark Cerulean. HEX triplet: 0A, 59 and 84. RGB value is (10,89,132). Sum of RGB (Red+Green+Blue) = 10+89+132=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A5984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5984 is #F5A67B. Grayscale: #464646. Windows color (decimal): -16098940 or 8673546. OLE color: 8673546.

HSL color Cylindrical-coordinate representation of color #0A5984: hue angle of 201.15º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5984 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 89 132 -
CMYK 0.92 0.33 0 0.48
HSL 201.15º 0.86% 0.28% -
HSV(B) 201.15º 0.92% 0.52% -
XYZ 7.86 8.88 23.13 -
YUV 70.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 10 89 132 0.92 0.33 0 0.48 201.15 0.86 0.28
Hex A 59 84 5C 21 0 30 C9 56 1C
Octal 12 131 204 134 41 0 60 311 126 34
Binary 1010 1011001 10000100 1011100 100001 0 110000 11001001 1010110 11100

Color Harmonies of #0A5984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5984

Black with #0A5984

Text Example


Text Example

White with #0A5984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,89,132); }

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

background-color css

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

 a { background-color: rgb(10,89,132); }

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

border-color css

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

 span { border-color: rgb(10,89,132); }

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