#0634BA

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

Shades of International Klein Blue #0634BA

Tints of International Klein Blue #0634BA

Color information

#0634BA (or 0x0634BA) is unknown color: approx International Klein Blue. HEX triplet: 06, 34 and BA. RGB value is (6,52,186). Sum of RGB (Red+Green+Blue) = 6+52+186=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #0634BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634BA is #F9CB45. Grayscale: #343434. Windows color (decimal): -16370502 or 12203014. OLE color: 12203014.

HSL color Cylindrical-coordinate representation of color #0634BA: hue angle of 224.67º 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 #0634BA is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB652186-
CMYK0.970.7200.27
HSL224.67º93.75%37.65%-
HSV(B)224.67º96.77%72.94%-
XYZ10.176.0447.08-
YUV53.52202.7694.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 186 (73.05% from 255) = 76.23%
R=2.46%
G=21.31%
B=76.23%

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
Decimal6521860.970.7200.27224.6793.7537.65
Hex634BA614801Be15e26
Octal66427214111003334113646
Binary1101101001011101011000011001000011011111000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0634BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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