#0045AE

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

Shades of Cobalt #0045AE

Tints of Cobalt #0045AE

Color information

#0045AE (or 0x0045AE) is unknown color: approx Cobalt. HEX triplet: 00, 45 and AE. RGB value is (0,69,174). Sum of RGB (Red+Green+Blue) = 0+69+174=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #0045AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0045AE is #FFBA51. Grayscale: #3B3B3B. Windows color (decimal): -16759378 or 11420928. OLE color: 11420928.

HSL color Cylindrical-coordinate representation of color #0045AE: hue angle of 216.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045AE is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB069174-
CMYK10.6000.32
HSL216.21º100%34.12%-
HSV(B)216.21º100%68.24%-
XYZ9.777.3140.94-
YUV60.34192.1484.96-

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) = 28.40%
BLUE value IS 174 (68.36% from 255) = 71.60%
R=0%
G=28.40%
B=71.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal06917410.6000.32216.2110034.12
Hex045AE643C020d86422
Octal01052561447404033014442
Binary010001011010111011001001111000100000110110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0045AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0045AE; }

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

 H1.HeaderClassName
 {
   color: #0045AE;
 }
 .AnyTagClassName
 {
   color: #0045AE;
 }
</style>
background-color css

<style>
 a { background-color: #0045AE; }

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

 div.DivClassName
 {
   background-color: #0045AE;
 }
 .BgClassName
 {
   background-color: #0045AE;
 }
</style>
border-color css

<style>
 span { border-color: #0045AE; }

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

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