#0632B7

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

Shades of International Klein Blue #0632B7

Tints of International Klein Blue #0632B7

Color information

#0632B7 (or 0x0632B7) is unknown color: approx International Klein Blue. HEX triplet: 06, 32 and B7. RGB value is (6,50,183). Sum of RGB (Red+Green+Blue) = 6+50+183=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 183 (71.88% from 255 or 76.57% from 239); Max value from RGB is 183 - color contains mainly: blue. Hex color #0632B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0632B7 is #F9CD48. Grayscale: #333333. Windows color (decimal): -16371017 or 12005894. OLE color: 12005894.

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

Color convert

RGB650183-
CMYK0.970.7300.28
HSL225.08º93.65%37.06%-
HSV(B)225.08º96.72%71.76%-
XYZ9.765.7445.39-
YUV52.01201.9295.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 183 (71.88% from 255) = 76.57%
R=2.51%
G=20.92%
B=76.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6501830.970.7300.28225.0893.6537.06
Hex632B7614901Ce15e25
Octal66226714111103434113645
Binary1101100101011011111000011001001011100111000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0632B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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