#0635B8

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

Shades of International Klein Blue #0635B8

Tints of International Klein Blue #0635B8

Color information

#0635B8 (or 0x0635B8) is unknown color: approx International Klein Blue. HEX triplet: 06, 35 and B8. RGB value is (6,53,184). Sum of RGB (Red+Green+Blue) = 6+53+184=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 184 (72.27% from 255 or 75.72% from 243); Max value from RGB is 184 - color contains mainly: blue. Hex color #0635B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0635B8 is #F9CA47. Grayscale: #353535. Windows color (decimal): -16370248 or 12072198. OLE color: 12072198.

HSL color Cylindrical-coordinate representation of color #0635B8: hue angle of 224.16º 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 #0635B8 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB653184-
CMYK0.970.7100.28
HSL224.16º93.68%37.25%-
HSV(B)224.16º96.74%72.16%-
XYZ106.0545.99-
YUV53.88201.4393.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 184 (72.27% from 255) = 75.72%
R=2.47%
G=21.81%
B=75.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6531840.970.7100.28224.1693.6837.25
Hex635B8614701Ce05e25
Octal66527014110703434013645
Binary1101101011011100011000011000111011100111000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0635B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0635B8; }

 p { color: rgb(6,53,184); }

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

<style>
 a { background-color: #0635B8; }

 a { background-color: rgb(6,53,184); }

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

<style>
 span { border-color: #0635B8; }

 span { border-color: rgb(6,53,184); }

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