Html Css Color HEX #01569B Cobalt

📋 copy color: '#01569B'

red 1 ◦ green 86 ◦ blue 155

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

Shades of Cobalt #01569B

Tints of Cobalt #01569B

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

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

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 0.41%
G = 35.54%
B = 64.05%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01569B (or 0x01569B) is known color: Cobalt. HEX triplet: 01, 56 and 9B. RGB value is (1,86,155). Sum of RGB (Red+Green+Blue) = 1+86+155=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #01569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01569B is #FEA964. Grayscale: #444444. Windows color (decimal): -16689509 or 10180097. OLE color: 10180097.

HSL color Cylindrical-coordinate representation of color #01569B: hue angle of 206.88º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01569B is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 86 155 -
CMYK 0.99 0.45 0 0.39
HSL 206.88º 0.99% 0.31% -
HSV(B) 206.88º 0.99% 0.61% -
XYZ 9.26 9.03 32.27 -
YUV 68.45 176.84 79.89 -
System Red Green Blue C M Y K H S L
Decimal 1 86 155 0.99 0.45 0 0.39 206.88 0.99 0.31
Hex 1 56 9B 63 2D 0 27 CF 63 1F
Octal 1 126 233 143 55 0 47 317 143 37
Binary 1 1010110 10011011 1100011 101101 0 100111 11001111 1100011 11111

Color Harmonies of #01569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01569B

Black with #01569B

Text Example


Text Example

White with #01569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01569B; }

 p { color: rgb(1,86,155); }

 H1.HeaderClassName
 {
   color: #01569B;
 }
 .AnyTagClassName
 {
   color: #01569B;
 }
</style>

background-color css

<style>
 a { background-color: #01569B; }

 a { background-color: rgb(1,86,155); }

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

border-color css

<style>
 span { border-color: #01569B; }

 span { border-color: rgb(1,86,155); }

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