Html Css Color HEX #00459E Cobalt

📋 copy color: '#00459E'

red 0 ◦ green 69 ◦ blue 158

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

Shades of Cobalt #00459E

Tints of Cobalt #00459E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

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

R = 0%
G = 30.4%
B = 69.6%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00459E (or 0x00459E) is known color: Cobalt. HEX triplet: 00, 45 and 9E. RGB value is (0,69,158). Sum of RGB (Red+Green+Blue) = 0+69+158=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #00459E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00459E is #FFBA61. Grayscale: #3A3A3A. Windows color (decimal): -16759394 or 10372352. OLE color: 10372352.

HSL color Cylindrical-coordinate representation of color #00459E: hue angle of 213.8º 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 #00459E is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 69 158 -
CMYK 1 0.56 0 0.38
HSL 213.8º 1% 0.31% -
HSV(B) 213.8º 1% 0.62% -
XYZ 8.3 6.72 33.21 -
YUV 58.52 184.14 86.26 -
System Red Green Blue C M Y K H S L
Decimal 0 69 158 1 0.56 0 0.38 213.8 1 0.31
Hex 0 45 9E 64 38 0 26 D6 64 1F
Octal 0 105 236 144 70 0 46 326 144 37
Binary 0 1000101 10011110 1100100 111000 0 100110 11010110 1100100 11111

Color Harmonies of #00459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00459E

Black with #00459E

Text Example


Text Example

White with #00459E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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