#0043AE

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

Shades of Cobalt #0043AE

Tints of Cobalt #0043AE

Color information

#0043AE (or 0x0043AE) is unknown color: approx Cobalt. HEX triplet: 00, 43 and AE. RGB value is (0,67,174). Sum of RGB (Red+Green+Blue) = 0+67+174=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #0043AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0043AE is #FFBC51. Grayscale: #3A3A3A. Windows color (decimal): -16759890 or 11420416. OLE color: 11420416.

HSL color Cylindrical-coordinate representation of color #0043AE: hue angle of 216.9º 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 #0043AE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB067174-
CMYK10.6100.32
HSL216.9º100%34.12%-
HSV(B)216.9º100%68.24%-
XYZ9.657.0740.9-
YUV59.17192.885.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=0%
G=27.80%
B=72.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal06717410.6100.32216.910034.12
Hex043AE643D020d96422
Octal01032561447504033114442
Binary010000111010111011001001111010100000110110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0043AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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