Html Css Color HEX #062CBA International Klein Blue

📋 copy color: '#062CBA'

red 6 ◦ green 44 ◦ blue 186

#062CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #062CBA

Tints of International Klein Blue #062CBA

RGB

 RED value IS 6 (2.73% from 255) = 2.54%

 GREEN value IS 44 (17.58% from 255) = 18.64%

 BLUE value IS 186 (73.05% from 255) = 78.81%

R = 2.54%
G = 18.64%
B = 78.81%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#062CBA (or 0x062CBA) is known color: International Klein Blue. HEX triplet: 06, 2C and BA. RGB value is (6,44,186). Sum of RGB (Red+Green+Blue) = 6+44+186=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #062CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CBA is #F9D345. Grayscale: #303030. Windows color (decimal): -16372550 or 12200966. OLE color: 12200966.

HSL color Cylindrical-coordinate representation of color #062CBA: hue angle of 227.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 #062CBA is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 44 186 -
CMYK 0.97 0.76 0 0.27
HSL 227.33º 0.94% 0.38% -
HSV(B) 227.33º 0.97% 0.73% -
XYZ 9.84 5.39 46.98 -
YUV 48.83 205.41 97.45 -
System Red Green Blue C M Y K H S L
Decimal 6 44 186 0.97 0.76 0 0.27 227.33 0.94 0.38
Hex 6 2C BA 61 4C 0 1B E3 5E 26
Octal 6 54 272 141 114 0 33 343 136 46
Binary 110 101100 10111010 1100001 1001100 0 11011 11100011 1011110 100110

Color Harmonies of #062CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CBA

Black with #062CBA

Text Example


Text Example

White with #062CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #062CBA;
 }
 .AnyTagClassName
 {
   color: #062CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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