Html Css Color HEX #01549C Cobalt

📋 copy color: '#01549C'

red 1 ◦ green 84 ◦ blue 156

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

Shades of Cobalt #01549C

Tints of Cobalt #01549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.85%

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

R = 0.41%
G = 34.85%
B = 64.73%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01549C (or 0x01549C) is known color: Cobalt. HEX triplet: 01, 54 and 9C. RGB value is (1,84,156). Sum of RGB (Red+Green+Blue) = 1+84+156=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #01549C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01549C is #FEAB63. Grayscale: #434343. Windows color (decimal): -16690020 or 10245121. OLE color: 10245121.

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

Color convert

RGB 1 84 156 -
CMYK 0.99 0.46 0 0.39
HSL 207.87º 0.99% 0.31% -
HSV(B) 207.87º 0.99% 0.61% -
XYZ 9.18 8.75 32.66 -
YUV 67.39 178 80.65 -
System Red Green Blue C M Y K H S L
Decimal 1 84 156 0.99 0.46 0 0.39 207.87 0.99 0.31
Hex 1 54 9C 63 2E 0 27 D0 63 1F
Octal 1 124 234 143 56 0 47 320 143 37
Binary 1 1010100 10011100 1100011 101110 0 100111 11010000 1100011 11111

Color Harmonies of #01549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01549C

Black with #01549C

Text Example


Text Example

White with #01549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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