#0626AF

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

Shades of International Klein Blue #0626AF

Tints of International Klein Blue #0626AF

Color information

#0626AF (or 0x0626AF) is unknown color: approx International Klein Blue. HEX triplet: 06, 26 and AF. RGB value is (6,38,175). Sum of RGB (Red+Green+Blue) = 6+38+175=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #0626AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0626AF is #F9D950. Grayscale: #2B2B2B. Windows color (decimal): -16374097 or 11478534. OLE color: 11478534.

HSL color Cylindrical-coordinate representation of color #0626AF: hue angle of 228.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0626AF is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB638175-
CMYK0.970.7800.31
HSL228.64º93.37%35.49%-
HSV(B)228.64º96.57%68.63%-
XYZ8.514.5240.98-
YUV44.05201.9100.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 175 (68.75% from 255) = 79.91%
R=2.74%
G=17.35%
B=79.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6381750.970.7800.31228.6493.3735.49
Hex626AF614E01Fe55d23
Octal64625714111603734513543
Binary1101001101010111111000011001110011111111001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0626AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0626AF; }

 p { color: rgb(6,38,175); }

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

<style>
 a { background-color: #0626AF; }

 a { background-color: rgb(6,38,175); }

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

<style>
 span { border-color: #0626AF; }

 span { border-color: rgb(6,38,175); }

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