Html Css Color HEX #062D9E International Klein Blue

📋 copy color: '#062D9E'

red 6 ◦ green 45 ◦ blue 158

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

Shades of International Klein Blue #062D9E

Tints of International Klein Blue #062D9E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.53%

 BLUE value IS 158 (62.11% from 255) = 75.6%

R = 2.87%
G = 21.53%
B = 75.6%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#062D9E (or 0x062D9E) is known color: International Klein Blue. HEX triplet: 06, 2D and 9E. RGB value is (6,45,158). Sum of RGB (Red+Green+Blue) = 6+45+158=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #062D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D9E is #F9D261. Grayscale: #2D2D2D. Windows color (decimal): -16372322 or 10366214. OLE color: 10366214.

HSL color Cylindrical-coordinate representation of color #062D9E: hue angle of 224.61º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D9E is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 45 158 -
CMYK 0.96 0.72 0 0.38
HSL 224.61º 0.93% 0.32% -
HSV(B) 224.61º 0.96% 0.62% -
XYZ 7.19 4.38 32.82 -
YUV 46.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 6 45 158 0.96 0.72 0 0.38 224.61 0.93 0.32
Hex 6 2D 9E 60 48 0 26 E1 5D 20
Octal 6 55 236 140 110 0 46 341 135 40
Binary 110 101101 10011110 1100000 1001000 0 100110 11100001 1011101 100000

Color Harmonies of #062D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D9E

Black with #062D9E

Text Example


Text Example

White with #062D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,158); }

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

background-color css

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

 a { background-color: rgb(6,45,158); }

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

border-color css

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

 span { border-color: rgb(6,45,158); }

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