Html Css Color HEX #01539C Cobalt

📋 copy color: '#01539C'

red 1 ◦ green 83 ◦ blue 156

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

Shades of Cobalt #01539C

Tints of Cobalt #01539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

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

R = 0.42%
G = 34.58%
B = 65%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01539C (or 0x01539C) is known color: Cobalt. HEX triplet: 01, 53 and 9C. RGB value is (1,83,156). Sum of RGB (Red+Green+Blue) = 1+83+156=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #01539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01539C is #FEAC63. Grayscale: #424242. Windows color (decimal): -16690276 or 10244865. OLE color: 10244865.

HSL color Cylindrical-coordinate representation of color #01539C: hue angle of 208.26º 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 #01539C is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 83 156 -
CMYK 0.99 0.47 0 0.39
HSL 208.26º 0.99% 0.31% -
HSV(B) 208.26º 0.99% 0.61% -
XYZ 9.11 8.59 32.63 -
YUV 66.8 178.33 81.06 -
System Red Green Blue C M Y K H S L
Decimal 1 83 156 0.99 0.47 0 0.39 208.26 0.99 0.31
Hex 1 53 9C 63 2F 0 27 D0 63 1F
Octal 1 123 234 143 57 0 47 320 143 37
Binary 1 1010011 10011100 1100011 101111 0 100111 11010000 1100011 11111

Color Harmonies of #01539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01539C

Black with #01539C

Text Example


Text Example

White with #01539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,83,156); }

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

background-color css

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

 a { background-color: rgb(1,83,156); }

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

border-color css

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

 span { border-color: rgb(1,83,156); }

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