Html Css Color HEX #062A9F International Klein Blue

📋 copy color: '#062A9F'

red 6 ◦ green 42 ◦ blue 159

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

Shades of International Klein Blue #062A9F

Tints of International Klein Blue #062A9F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.29%

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

R = 2.9%
G = 20.29%
B = 76.81%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#062A9F (or 0x062A9F) is known color: International Klein Blue. HEX triplet: 06, 2A and 9F. RGB value is (6,42,159). Sum of RGB (Red+Green+Blue) = 6+42+159=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #062A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062A9F is #F9D560. Grayscale: #2C2C2C. Windows color (decimal): -16373089 or 10430982. OLE color: 10430982.

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

Color convert

RGB 6 42 159 -
CMYK 0.96 0.74 0 0.38
HSL 225.88º 0.93% 0.32% -
HSV(B) 225.88º 0.96% 0.62% -
XYZ 7.16 4.2 33.23 -
YUV 44.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 6 42 159 0.96 0.74 0 0.38 225.88 0.93 0.32
Hex 6 2A 9F 60 4A 0 26 E2 5D 20
Octal 6 52 237 140 112 0 46 342 135 40
Binary 110 101010 10011111 1100000 1001010 0 100110 11100010 1011101 100000

Color Harmonies of #062A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A9F

Black with #062A9F

Text Example


Text Example

White with #062A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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