#062CBC

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

Shades of International Klein Blue #062CBC

Tints of International Klein Blue #062CBC

Color information

#062CBC (or 0x062CBC) is unknown color: approx International Klein Blue. HEX triplet: 06, 2C and BC. RGB value is (6,44,188). Sum of RGB (Red+Green+Blue) = 6+44+188=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #062CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CBC is #F9D343. Grayscale: #303030. Windows color (decimal): -16372548 or 12332038. OLE color: 12332038.

HSL color Cylindrical-coordinate representation of color #062CBC: hue angle of 227.47º 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 #062CBC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB644188-
CMYK0.970.7700.26
HSL227.47º93.81%38.04%-
HSV(B)227.47º96.81%73.73%-
XYZ10.055.4748.1-
YUV49.05206.4197.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.52%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 188 (73.83% from 255) = 78.99%
R=2.52%
G=18.49%
B=78.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6441880.970.7700.26227.4793.8138.04
Hex62CBC614D01Ae35e26
Octal65427414111503234313646
Binary1101011001011110011000011001101011010111000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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