#0628AA

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

Shades of International Klein Blue #0628AA

Tints of International Klein Blue #0628AA

Color information

#0628AA (or 0x0628AA) is unknown color: approx International Klein Blue. HEX triplet: 06, 28 and AA. RGB value is (6,40,170). Sum of RGB (Red+Green+Blue) = 6+40+170=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #0628AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0628AA is #F9D755. Grayscale: #2C2C2C. Windows color (decimal): -16373590 or 11151366. OLE color: 11151366.

HSL color Cylindrical-coordinate representation of color #0628AA: hue angle of 227.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0628AA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB640170-
CMYK0.960.7600.33
HSL227.56º93.18%34.51%-
HSV(B)227.56º96.47%66.67%-
XYZ8.094.4638.46-
YUV44.65198.74100.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 170 (66.80% from 255) = 78.70%
R=2.78%
G=18.52%
B=78.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6401700.960.7600.33227.5693.1834.51
Hex628AA604C021e45d23
Octal65025214011404134413543
Binary11010100010101010110000010011000100001111001001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0628AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0628AA; }

 p { color: rgb(6,40,170); }

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

<style>
 a { background-color: #0628AA; }

 a { background-color: rgb(6,40,170); }

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

<style>
 span { border-color: #0628AA; }

 span { border-color: rgb(6,40,170); }

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