#062EBE

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

Shades of International Klein Blue #062EBE

Tints of International Klein Blue #062EBE

Color information

#062EBE (or 0x062EBE) is unknown color: approx International Klein Blue. HEX triplet: 06, 2E and BE. RGB value is (6,46,190). Sum of RGB (Red+Green+Blue) = 6+46+190=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #062EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EBE is #F9D141. Grayscale: #313131. Windows color (decimal): -16372034 or 12463622. OLE color: 12463622.

HSL color Cylindrical-coordinate representation of color #062EBE: hue angle of 226.96º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EBE is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB646190-
CMYK0.970.7600.25
HSL226.96º93.88%38.43%-
HSV(B)226.96º96.84%74.51%-
XYZ10.355.7149.27-
YUV50.46206.7596.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 190 (74.61% from 255) = 78.51%
R=2.48%
G=19.01%
B=78.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6461900.970.7600.25226.9693.8838.43
Hex62EBE614C019e35e26
Octal65627614111403134313646
Binary1101011101011111011000011001100011001111000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062EBE; }

 p { color: rgb(6,46,190); }

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

<style>
 a { background-color: #062EBE; }

 a { background-color: rgb(6,46,190); }

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

<style>
 span { border-color: #062EBE; }

 span { border-color: rgb(6,46,190); }

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