#0628BB

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

Shades of International Klein Blue #0628BB

Tints of International Klein Blue #0628BB

Color information

#0628BB (or 0x0628BB) is unknown color: approx International Klein Blue. HEX triplet: 06, 28 and BB. RGB value is (6,40,187). Sum of RGB (Red+Green+Blue) = 6+40+187=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #0628BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0628BB is #F9D744. Grayscale: #2D2D2D. Windows color (decimal): -16373573 or 12265478. OLE color: 12265478.

HSL color Cylindrical-coordinate representation of color #0628BB: hue angle of 228.73º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0628BB is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB640187-
CMYK0.970.7900.27
HSL228.73º93.78%37.84%-
HSV(B)228.73º96.79%73.33%-
XYZ9.85.1447.49-
YUV46.59207.2499.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 187 (73.44% from 255) = 80.26%
R=2.58%
G=17.17%
B=80.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6401870.970.7900.27228.7393.7837.84
Hex628BB614F01Be55e26
Octal65027314111703334513646
Binary1101010001011101111000011001111011011111001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0628BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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