Html Css Color HEX #062D9F International Klein Blue

📋 copy color: '#062D9F'

red 6 ◦ green 45 ◦ blue 159

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

Shades of International Klein Blue #062D9F

Tints of International Klein Blue #062D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 75.71%

R = 2.86%
G = 21.43%
B = 75.71%

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

#062D9F (or 0x062D9F) is known color: International Klein Blue. HEX triplet: 06, 2D and 9F. RGB value is (6,45,159). Sum of RGB (Red+Green+Blue) = 6+45+159=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #062D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D9F is #F9D260. Grayscale: #2D2D2D. Windows color (decimal): -16372321 or 10431750. OLE color: 10431750.

HSL color Cylindrical-coordinate representation of color #062D9F: hue angle of 224.71º 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 #062D9F is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 45 159 -
CMYK 0.96 0.72 0 0.38
HSL 224.71º 0.93% 0.32% -
HSV(B) 224.71º 0.96% 0.62% -
XYZ 7.27 4.42 33.27 -
YUV 46.34 191.58 99.23 -
System Red Green Blue C M Y K H S L
Decimal 6 45 159 0.96 0.72 0 0.38 224.71 0.93 0.32
Hex 6 2D 9F 60 48 0 26 E1 5D 20
Octal 6 55 237 140 110 0 46 341 135 40
Binary 110 101101 10011111 1100000 1001000 0 100110 11100001 1011101 100000

Color Harmonies of #062D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D9F

Black with #062D9F

Text Example


Text Example

White with #062D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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