Html Css Color HEX #00489E Cobalt

📋 copy color: '#00489E'

red 0 ◦ green 72 ◦ blue 158

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

Shades of Cobalt #00489E

Tints of Cobalt #00489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.7%

R = 0%
G = 31.3%
B = 68.7%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00489E (or 0x00489E) is known color: Cobalt. HEX triplet: 00, 48 and 9E. RGB value is (0,72,158). Sum of RGB (Red+Green+Blue) = 0+72+158=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #00489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00489E is #FFB761. Grayscale: #3B3B3B. Windows color (decimal): -16758626 or 10373120. OLE color: 10373120.

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

Color convert

RGB 0 72 158 -
CMYK 1 0.54 0 0.38
HSL 212.66º 1% 0.31% -
HSV(B) 212.66º 1% 0.62% -
XYZ 8.49 7.1 33.27 -
YUV 60.28 183.15 85.01 -
System Red Green Blue C M Y K H S L
Decimal 0 72 158 1 0.54 0 0.38 212.66 1 0.31
Hex 0 48 9E 64 36 0 26 D5 64 1F
Octal 0 110 236 144 66 0 46 325 144 37
Binary 0 1001000 10011110 1100100 110110 0 100110 11010101 1100100 11111

Color Harmonies of #00489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00489E

Black with #00489E

Text Example


Text Example

White with #00489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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