#0632A5

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

Shades of International Klein Blue #0632A5

Tints of International Klein Blue #0632A5

Color information

#0632A5 (or 0x0632A5) is unknown color: approx International Klein Blue. HEX triplet: 06, 32 and A5. RGB value is (6,50,165). Sum of RGB (Red+Green+Blue) = 6+50+165=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 165 (64.84% from 255 or 74.66% from 221); Max value from RGB is 165 - color contains mainly: blue. Hex color #0632A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0632A5 is #F9CD5A. Grayscale: #313131. Windows color (decimal): -16371035 or 10826246. OLE color: 10826246.

HSL color Cylindrical-coordinate representation of color #0632A5: hue angle of 223.4º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0632A5 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB650165-
CMYK0.960.7000.35
HSL223.4º92.98%33.53%-
HSV(B)223.4º96.36%64.71%-
XYZ8.015.0436.15-
YUV49.95192.9296.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 165 (64.84% from 255) = 74.66%
R=2.71%
G=22.62%
B=74.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6501650.960.7000.35223.492.9833.53
Hex632A56046023df5d22
Octal66224514010604333713542
Binary11011001010100101110000010001100100011110111111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0632A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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