Html Css Color HEX #01549B Cobalt

📋 copy color: '#01549B'

red 1 ◦ green 84 ◦ blue 155

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

Shades of Cobalt #01549B

Tints of Cobalt #01549B

RGB

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

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

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

R = 0.42%
G = 35%
B = 64.58%

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

#01549B (or 0x01549B) is known color: Cobalt. HEX triplet: 01, 54 and 9B. RGB value is (1,84,155). Sum of RGB (Red+Green+Blue) = 1+84+155=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #01549B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01549B is #FEAB64. Grayscale: #424242. Windows color (decimal): -16690021 or 10179585. OLE color: 10179585.

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

Color convert

RGB 1 84 155 -
CMYK 0.99 0.46 0 0.39
HSL 207.66º 0.99% 0.31% -
HSV(B) 207.66º 0.99% 0.61% -
XYZ 9.1 8.71 32.21 -
YUV 67.28 177.5 80.73 -
System Red Green Blue C M Y K H S L
Decimal 1 84 155 0.99 0.46 0 0.39 207.66 0.99 0.31
Hex 1 54 9B 63 2E 0 27 D0 63 1F
Octal 1 124 233 143 56 0 47 320 143 37
Binary 1 1010100 10011011 1100011 101110 0 100111 11010000 1100011 11111

Color Harmonies of #01549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01549B

Black with #01549B

Text Example


Text Example

White with #01549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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