#062FBC

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

Shades of International Klein Blue #062FBC

Tints of International Klein Blue #062FBC

Color information

#062FBC (or 0x062FBC) is unknown color: approx International Klein Blue. HEX triplet: 06, 2F and BC. RGB value is (6,47,188). Sum of RGB (Red+Green+Blue) = 6+47+188=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #062FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FBC is #F9D043. Grayscale: #323232. Windows color (decimal): -16371780 or 12332806. OLE color: 12332806.

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

Color convert

RGB647188-
CMYK0.970.7500.26
HSL226.48º93.81%38.04%-
HSV(B)226.48º96.81%73.73%-
XYZ10.175.748.14-
YUV50.82205.4296.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 188 (73.83% from 255) = 78.01%
R=2.49%
G=19.50%
B=78.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6471880.970.7500.26226.4893.8138.04
Hex62FBC614B01Ae25e26
Octal65727414111303234213646
Binary1101011111011110011000011001011011010111000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,47,188); }

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

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

 a { background-color: rgb(6,47,188); }

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

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

 span { border-color: rgb(6,47,188); }

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