Html Css Color HEX #01489C Cobalt

📋 copy color: '#01489C'

red 1 ◦ green 72 ◦ blue 156

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

Shades of Cobalt #01489C

Tints of Cobalt #01489C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

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

R = 0.44%
G = 31.44%
B = 68.12%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01489C (or 0x01489C) is known color: Cobalt. HEX triplet: 01, 48 and 9C. RGB value is (1,72,156). Sum of RGB (Red+Green+Blue) = 1+72+156=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #01489C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01489C is #FEB763. Grayscale: #3B3B3B. Windows color (decimal): -16693092 or 10242049. OLE color: 10242049.

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

Color convert

RGB 1 72 156 -
CMYK 0.99 0.54 0 0.39
HSL 212.52º 0.99% 0.31% -
HSV(B) 212.52º 0.99% 0.61% -
XYZ 8.33 7.04 32.37 -
YUV 60.35 181.98 85.67 -
System Red Green Blue C M Y K H S L
Decimal 1 72 156 0.99 0.54 0 0.39 212.52 0.99 0.31
Hex 1 48 9C 63 36 0 27 D5 63 1F
Octal 1 110 234 143 66 0 47 325 143 37
Binary 1 1001000 10011100 1100011 110110 0 100111 11010101 1100011 11111

Color Harmonies of #01489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01489C

Black with #01489C

Text Example


Text Example

White with #01489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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