Html Css Color HEX #01439C Cobalt

📋 copy color: '#01439C'

red 1 ◦ green 67 ◦ blue 156

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

Shades of Cobalt #01439C

Tints of Cobalt #01439C

RGB

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

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

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

R = 0.45%
G = 29.91%
B = 69.64%

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

#01439C (or 0x01439C) is known color: Cobalt. HEX triplet: 01, 43 and 9C. RGB value is (1,67,156). Sum of RGB (Red+Green+Blue) = 1+67+156=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #01439C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01439C is #FEBC63. Grayscale: #383838. Windows color (decimal): -16694372 or 10240769. OLE color: 10240769.

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

Color convert

RGB 1 67 156 -
CMYK 0.99 0.57 0 0.39
HSL 214.45º 0.99% 0.31% -
HSV(B) 214.45º 0.99% 0.61% -
XYZ 8.02 6.42 32.27 -
YUV 57.41 183.63 87.76 -
System Red Green Blue C M Y K H S L
Decimal 1 67 156 0.99 0.57 0 0.39 214.45 0.99 0.31
Hex 1 43 9C 63 39 0 27 D6 63 1F
Octal 1 103 234 143 71 0 47 326 143 37
Binary 1 1000011 10011100 1100011 111001 0 100111 11010110 1100011 11111

Color Harmonies of #01439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01439C

Black with #01439C

Text Example


Text Example

White with #01439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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