#0625AE

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

Shades of International Klein Blue #0625AE

Tints of International Klein Blue #0625AE

Color information

#0625AE (or 0x0625AE) is unknown color: approx International Klein Blue. HEX triplet: 06, 25 and AE. RGB value is (6,37,174). Sum of RGB (Red+Green+Blue) = 6+37+174=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #0625AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0625AE is #F9DA51. Grayscale: #2A2A2A. Windows color (decimal): -16374354 or 11412742. OLE color: 11412742.

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

Color convert

RGB637174-
CMYK0.970.7900.32
HSL228.93º93.33%35.29%-
HSV(B)228.93º96.55%68.24%-
XYZ8.384.4240.46-
YUV43.35201.73101.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 174 (68.36% from 255) = 80.18%
R=2.76%
G=17.05%
B=80.18%

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
Decimal6371740.970.7900.32228.9393.3335.29
Hex625AE614F020e55d23
Octal64525614111704034513543
Binary11010010110101110110000110011110100000111001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0625AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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