Html Css Color HEX #0A567C Dark Cerulean

📋 copy color: '#0A567C'

red 10 ◦ green 86 ◦ blue 124

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

Shades of Dark Cerulean #0A567C

Tints of Dark Cerulean #0A567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 4.55%
G = 39.09%
B = 56.36%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A567C (or 0x0A567C) is known color: Dark Cerulean. HEX triplet: 0A, 56 and 7C. RGB value is (10,86,124). Sum of RGB (Red+Green+Blue) = 10+86+124=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A567C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A567C is #F5A983. Grayscale: #434343. Windows color (decimal): -16099716 or 8148490. OLE color: 8148490.

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

Color convert

RGB 10 86 124 -
CMYK 0.92 0.31 0 0.51
HSL 200º 0.85% 0.26% -
HSV(B) 200º 0.92% 0.49% -
XYZ 7.09 8.18 20.27 -
YUV 67.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 10 86 124 0.92 0.31 0 0.51 200 0.85 0.26
Hex A 56 7C 5C 1F 0 33 C8 55 1A
Octal 12 126 174 134 37 0 63 310 125 32
Binary 1010 1010110 1111100 1011100 11111 0 110011 11001000 1010101 11010

Color Harmonies of #0A567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A567C

Black with #0A567C

Text Example


Text Example

White with #0A567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,86,124); }

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

background-color css

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

 a { background-color: rgb(10,86,124); }

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

border-color css

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

 span { border-color: rgb(10,86,124); }

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