Html Css Color HEX #01439B Cobalt

📋 copy color: '#01439B'

red 1 ◦ green 67 ◦ blue 155

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

Shades of Cobalt #01439B

Tints of Cobalt #01439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

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

R = 0.45%
G = 30.04%
B = 69.51%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01439B (or 0x01439B) is known color: Cobalt. HEX triplet: 01, 43 and 9B. RGB value is (1,67,155). Sum of RGB (Red+Green+Blue) = 1+67+155=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #01439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01439B is #FEBC64. Grayscale: #383838. Windows color (decimal): -16694373 or 10175233. OLE color: 10175233.

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

Color convert

RGB 1 67 155 -
CMYK 0.99 0.57 0 0.39
HSL 214.29º 0.99% 0.31% -
HSV(B) 214.29º 0.99% 0.61% -
XYZ 7.94 6.39 31.82 -
YUV 57.3 183.13 87.84 -
System Red Green Blue C M Y K H S L
Decimal 1 67 155 0.99 0.57 0 0.39 214.29 0.99 0.31
Hex 1 43 9B 63 39 0 27 D6 63 1F
Octal 1 103 233 143 71 0 47 326 143 37
Binary 1 1000011 10011011 1100011 111001 0 100111 11010110 1100011 11111

Color Harmonies of #01439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01439B

Black with #01439B

Text Example


Text Example

White with #01439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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