Html Css Color HEX #0A5584 Dark Cerulean

📋 copy color: '#0A5584'

red 10 ◦ green 85 ◦ blue 132

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

Shades of Dark Cerulean #0A5584

Tints of Dark Cerulean #0A5584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

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

R = 4.41%
G = 37.44%
B = 58.15%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A5584 (or 0x0A5584) is known color: Dark Cerulean. HEX triplet: 0A, 55 and 84. RGB value is (10,85,132). Sum of RGB (Red+Green+Blue) = 10+85+132=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A5584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5584 is #F5AA7B. Grayscale: #434343. Windows color (decimal): -16099964 or 8672522. OLE color: 8672522.

HSL color Cylindrical-coordinate representation of color #0A5584: hue angle of 203.11º 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 #0A5584 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 85 132 -
CMYK 0.92 0.36 0 0.48
HSL 203.11º 0.86% 0.28% -
HSV(B) 203.11º 0.92% 0.52% -
XYZ 7.54 8.23 23.02 -
YUV 67.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 10 85 132 0.92 0.36 0 0.48 203.11 0.86 0.28
Hex A 55 84 5C 24 0 30 CB 56 1C
Octal 12 125 204 134 44 0 60 313 126 34
Binary 1010 1010101 10000100 1011100 100100 0 110000 11001011 1010110 11100

Color Harmonies of #0A5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5584

Black with #0A5584

Text Example


Text Example

White with #0A5584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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