#0639B2

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

Shades of International Klein Blue #0639B2

Tints of International Klein Blue #0639B2

Color information

#0639B2 (or 0x0639B2) is unknown color: approx International Klein Blue. HEX triplet: 06, 39 and B2. RGB value is (6,57,178). Sum of RGB (Red+Green+Blue) = 6+57+178=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 178 (69.92% from 255 or 73.86% from 241); Max value from RGB is 178 - color contains mainly: blue. Hex color #0639B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0639B2 is #F9C64D. Grayscale: #373737. Windows color (decimal): -16369230 or 11680006. OLE color: 11680006.

HSL color Cylindrical-coordinate representation of color #0639B2: hue angle of 222.21º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0639B2 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB657178-
CMYK0.970.6800.30
HSL222.21º93.48%36.08%-
HSV(B)222.21º96.63%69.8%-
XYZ9.576.1842.81-
YUV55.54197.192.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 178 (69.92% from 255) = 73.86%
R=2.49%
G=23.65%
B=73.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6571780.970.6800.30222.2193.4836.08
Hex639B2614401Ede5d24
Octal67126214110403633613544
Binary1101110011011001011000011000100011110110111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0639B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0639B2; }

 p { color: rgb(6,57,178); }

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

<style>
 a { background-color: #0639B2; }

 a { background-color: rgb(6,57,178); }

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

<style>
 span { border-color: #0639B2; }

 span { border-color: rgb(6,57,178); }

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