#0635BA

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

Shades of International Klein Blue #0635BA

Tints of International Klein Blue #0635BA

Color information

#0635BA (or 0x0635BA) is unknown color: approx International Klein Blue. HEX triplet: 06, 35 and BA. RGB value is (6,53,186). Sum of RGB (Red+Green+Blue) = 6+53+186=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #0635BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0635BA is #F9CA45. Grayscale: #353535. Windows color (decimal): -16370246 or 12203270. OLE color: 12203270.

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

Color convert

RGB653186-
CMYK0.970.7200.27
HSL224.33º93.75%37.65%-
HSV(B)224.33º96.77%72.94%-
XYZ10.216.1347.1-
YUV54.11202.4393.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 186 (73.05% from 255) = 75.92%
R=2.45%
G=21.63%
B=75.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6531860.970.7200.27224.3393.7537.65
Hex635BA614801Be05e26
Octal66527214111003334013646
Binary1101101011011101011000011001000011011111000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0635BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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