Html Css Color HEX #10569F Cobalt

📋 copy color: '#10569F'

red 16 ◦ green 86 ◦ blue 159

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

Shades of Cobalt #10569F

Tints of Cobalt #10569F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 6.13%
G = 32.95%
B = 60.92%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10569F (or 0x10569F) is known color: Cobalt. HEX triplet: 10, 56 and 9F. RGB value is (16,86,159). Sum of RGB (Red+Green+Blue) = 16+86+159=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #10569F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10569F is #EFA960. Grayscale: #494949. Windows color (decimal): -15706465 or 10442256. OLE color: 10442256.

HSL color Cylindrical-coordinate representation of color #10569F: hue angle of 210.63º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10569F is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 86 159 -
CMYK 0.90 0.46 0 0.38
HSL 210.63º 0.82% 0.34% -
HSV(B) 210.63º 0.9% 0.62% -
XYZ 9.8 9.27 34.07 -
YUV 73.39 176.31 87.06 -
System Red Green Blue C M Y K H S L
Decimal 16 86 159 0.90 0.46 0 0.38 210.63 0.82 0.34
Hex 10 56 9F 5A 2E 0 26 D3 52 22
Octal 20 126 237 132 56 0 46 323 122 42
Binary 10000 1010110 10011111 1011010 101110 0 100110 11010011 1010010 100010

Color Harmonies of #10569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10569F

Black with #10569F

Text Example


Text Example

White with #10569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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