Html Css Color HEX #00489B Cobalt

📋 copy color: '#00489B'

red 0 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #00489B

Tints of Cobalt #00489B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 31.72%
B = 68.28%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00489B (or 0x00489B) is known color: Cobalt. HEX triplet: 00, 48 and 9B. RGB value is (0,72,155). Sum of RGB (Red+Green+Blue) = 0+72+155=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #00489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00489B is #FFB764. Grayscale: #3B3B3B. Windows color (decimal): -16758629 or 10176512. OLE color: 10176512.

HSL color Cylindrical-coordinate representation of color #00489B: hue angle of 212.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00489B is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 72 155 -
CMYK 1 0.54 0 0.39
HSL 212.13º 1% 0.3% -
HSV(B) 212.13º 1% 0.61% -
XYZ 8.23 7 31.93 -
YUV 59.93 181.65 85.25 -
System Red Green Blue C M Y K H S L
Decimal 0 72 155 1 0.54 0 0.39 212.13 1 0.3
Hex 0 48 9B 64 36 0 27 D4 64 1E
Octal 0 110 233 144 66 0 47 324 144 36
Binary 0 1001000 10011011 1100100 110110 0 100111 11010100 1100100 11110

Color Harmonies of #00489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00489B

Black with #00489B

Text Example


Text Example

White with #00489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,72,155); }

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

background-color css

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

 a { background-color: rgb(0,72,155); }

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

border-color css

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

 span { border-color: rgb(0,72,155); }

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