Html Css Color HEX #062EBD International Klein Blue

📋 copy color: '#062EBD'

red 6 ◦ green 46 ◦ blue 189

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

Shades of International Klein Blue #062EBD

Tints of International Klein Blue #062EBD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.09%

 BLUE value IS 189 (74.22% from 255) = 78.42%

R = 2.49%
G = 19.09%
B = 78.42%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#062EBD (or 0x062EBD) is known color: International Klein Blue. HEX triplet: 06, 2E and BD. RGB value is (6,46,189). Sum of RGB (Red+Green+Blue) = 6+46+189=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #062EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EBD is #F9D142. Grayscale: #313131. Windows color (decimal): -16372035 or 12398086. OLE color: 12398086.

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

Color convert

RGB 6 46 189 -
CMYK 0.97 0.76 0 0.26
HSL 226.89º 0.94% 0.38% -
HSV(B) 226.89º 0.97% 0.74% -
XYZ 10.24 5.67 48.7 -
YUV 50.34 206.25 96.37 -
System Red Green Blue C M Y K H S L
Decimal 6 46 189 0.97 0.76 0 0.26 226.89 0.94 0.38
Hex 6 2E BD 61 4C 0 1A E3 5E 26
Octal 6 56 275 141 114 0 32 343 136 46
Binary 110 101110 10111101 1100001 1001100 0 11010 11100011 1011110 100110

Color Harmonies of #062EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062EBD

Black with #062EBD

Text Example


Text Example

White with #062EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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