#00459E

Color #00459E Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #00459E

Tints of Cobalt #00459E

Color information

#00459E (or 0x00459E) is unknown color: approx 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

RGB069158-
CMYK10.5600.38
HSL213.8º100%30.98%-
HSV(B)213.8º100%61.96%-
XYZ8.36.7233.21-
YUV58.52184.1486.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=0%
G=30.40%
B=69.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal06915810.5600.38213.810030.98
Hex0459E6438026d6641f
Octal01052361447004632614437
Binary01000101100111101100100111000010011011010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>