#0624AE

Color #0624AE International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0624AE

Tints of International Klein Blue #0624AE

Color information

#0624AE (or 0x0624AE) is unknown color: approx International Klein Blue. HEX triplet: 06, 24 and AE. RGB value is (6,36,174). Sum of RGB (Red+Green+Blue) = 6+36+174=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #0624AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0624AE is #F9DB51. Grayscale: #2A2A2A. Windows color (decimal): -16374610 or 11412486. OLE color: 11412486.

HSL color Cylindrical-coordinate representation of color #0624AE: hue angle of 229.29º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0624AE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB636174-
CMYK0.970.7900.32
HSL229.29º93.33%35.29%-
HSV(B)229.29º96.55%68.24%-
XYZ8.354.3640.45-
YUV42.76202.06101.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 174 (68.36% from 255) = 80.56%
R=2.78%
G=16.67%
B=80.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6361740.970.7900.32229.2993.3335.29
Hex624AE614F020e55d23
Octal64425614111704034513543
Binary11010010010101110110000110011110100000111001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0624AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,36,174); }

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

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

 a { background-color: rgb(6,36,174); }

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

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

 span { border-color: rgb(6,36,174); }

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