#0632B4

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

Shades of International Klein Blue #0632B4

Tints of International Klein Blue #0632B4

Color information

#0632B4 (or 0x0632B4) is unknown color: approx International Klein Blue. HEX triplet: 06, 32 and B4. RGB value is (6,50,180). Sum of RGB (Red+Green+Blue) = 6+50+180=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 180 (70.70% from 255 or 76.27% from 236); Max value from RGB is 180 - color contains mainly: blue. Hex color #0632B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0632B4 is #F9CD4B. Grayscale: #333333. Windows color (decimal): -16371020 or 11809286. OLE color: 11809286.

HSL color Cylindrical-coordinate representation of color #0632B4: hue angle of 224.83º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0632B4 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB650180-
CMYK0.970.7200.29
HSL224.83º93.55%36.47%-
HSV(B)224.83º96.67%70.59%-
XYZ9.455.6243.77-
YUV51.66200.4295.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 180 (70.70% from 255) = 76.27%
R=2.54%
G=21.19%
B=76.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6501800.970.7200.29224.8393.5536.47
Hex632B4614801De15e24
Octal66226414111003534113644
Binary1101100101011010011000011001000011101111000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0632B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0632B4; }

 p { color: rgb(6,50,180); }

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

<style>
 a { background-color: #0632B4; }

 a { background-color: rgb(6,50,180); }

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

<style>
 span { border-color: #0632B4; }

 span { border-color: rgb(6,50,180); }

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