Html Css Color HEX #062BBA International Klein Blue

📋 copy color: '#062BBA'

red 6 ◦ green 43 ◦ blue 186

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

Shades of International Klein Blue #062BBA

Tints of International Klein Blue #062BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

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

R = 2.55%
G = 18.3%
B = 79.15%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#062BBA (or 0x062BBA) is known color: International Klein Blue. HEX triplet: 06, 2B and BA. RGB value is (6,43,186). Sum of RGB (Red+Green+Blue) = 6+43+186=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #062BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BBA is #F9D445. Grayscale: #2F2F2F. Windows color (decimal): -16372806 or 12200710. OLE color: 12200710.

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

Color convert

RGB 6 43 186 -
CMYK 0.97 0.77 0 0.27
HSL 227.67º 0.94% 0.38% -
HSV(B) 227.67º 0.97% 0.73% -
XYZ 9.8 5.31 46.96 -
YUV 48.24 205.74 97.87 -
System Red Green Blue C M Y K H S L
Decimal 6 43 186 0.97 0.77 0 0.27 227.67 0.94 0.38
Hex 6 2B BA 61 4D 0 1B E4 5E 26
Octal 6 53 272 141 115 0 33 344 136 46
Binary 110 101011 10111010 1100001 1001101 0 11011 11100100 1011110 100110

Color Harmonies of #062BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BBA

Black with #062BBA

Text Example


Text Example

White with #062BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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