Html Css Color HEX #0A568C Dark Cerulean

📋 copy color: '#0A568C'

red 10 ◦ green 86 ◦ blue 140

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

Shades of Dark Cerulean #0A568C

Tints of Dark Cerulean #0A568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.32%

R = 4.24%
G = 36.44%
B = 59.32%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A568C (or 0x0A568C) is known color: Dark Cerulean. HEX triplet: 0A, 56 and 8C. RGB value is (10,86,140). Sum of RGB (Red+Green+Blue) = 10+86+140=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A568C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A568C is #F5A973. Grayscale: #454545. Windows color (decimal): -16099700 or 9197066. OLE color: 9197066.

HSL color Cylindrical-coordinate representation of color #0A568C: hue angle of 204.92º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A568C is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 86 140 -
CMYK 0.93 0.39 0 0.45
HSL 204.92º 0.87% 0.29% -
HSV(B) 204.92º 0.93% 0.55% -
XYZ 8.19 8.61 26.04 -
YUV 69.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 10 86 140 0.93 0.39 0 0.45 204.92 0.87 0.29
Hex A 56 8C 5D 27 0 2D CD 57 1D
Octal 12 126 214 135 47 0 55 315 127 35
Binary 1010 1010110 10001100 1011101 100111 0 101101 11001101 1010111 11101

Color Harmonies of #0A568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A568C

Black with #0A568C

Text Example


Text Example

White with #0A568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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