Html Css Color HEX #10569C Cobalt

📋 copy color: '#10569C'

red 16 ◦ green 86 ◦ blue 156

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

Shades of Cobalt #10569C

Tints of Cobalt #10569C

RGB

 RED value IS 16 (6.64% from 255) = 6.2%

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

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 6.2%
G = 33.33%
B = 60.47%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10569C (or 0x10569C) is known color: Cobalt. HEX triplet: 10, 56 and 9C. RGB value is (16,86,156). Sum of RGB (Red+Green+Blue) = 16+86+156=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #10569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10569C is #EFA963. Grayscale: #484848. Windows color (decimal): -15706468 or 10245648. OLE color: 10245648.

HSL color Cylindrical-coordinate representation of color #10569C: hue angle of 210º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10569C is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 86 156 -
CMYK 0.90 0.45 0 0.39
HSL 210º 0.81% 0.34% -
HSV(B) 210º 0.9% 0.61% -
XYZ 9.54 9.17 32.72 -
YUV 73.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 16 86 156 0.90 0.45 0 0.39 210 0.81 0.34
Hex 10 56 9C 5A 2D 0 27 D2 51 22
Octal 20 126 234 132 55 0 47 322 121 42
Binary 10000 1010110 10011100 1011010 101101 0 100111 11010010 1010001 100010

Color Harmonies of #10569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10569C

Black with #10569C

Text Example


Text Example

White with #10569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10569C; }

 p { color: rgb(16,86,156); }

 H1.HeaderClassName
 {
   color: #10569C;
 }
 .AnyTagClassName
 {
   color: #10569C;
 }
</style>

background-color css

<style>
 a { background-color: #10569C; }

 a { background-color: rgb(16,86,156); }

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

border-color css

<style>
 span { border-color: #10569C; }

 span { border-color: rgb(16,86,156); }

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