Html Css Color HEX #062C9F International Klein Blue

📋 copy color: '#062C9F'

red 6 ◦ green 44 ◦ blue 159

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

Shades of International Klein Blue #062C9F

Tints of International Klein Blue #062C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

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

R = 2.87%
G = 21.05%
B = 76.08%

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

#062C9F (or 0x062C9F) is known color: International Klein Blue. HEX triplet: 06, 2C and 9F. RGB value is (6,44,159). Sum of RGB (Red+Green+Blue) = 6+44+159=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #062C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C9F is #F9D360. Grayscale: #2D2D2D. Windows color (decimal): -16372577 or 10431494. OLE color: 10431494.

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

Color convert

RGB 6 44 159 -
CMYK 0.96 0.72 0 0.38
HSL 225.1º 0.93% 0.32% -
HSV(B) 225.1º 0.96% 0.62% -
XYZ 7.23 4.34 33.26 -
YUV 45.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 6 44 159 0.96 0.72 0 0.38 225.1 0.93 0.32
Hex 6 2C 9F 60 48 0 26 E1 5D 20
Octal 6 54 237 140 110 0 46 341 135 40
Binary 110 101100 10011111 1100000 1001000 0 100110 11100001 1011101 100000

Color Harmonies of #062C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C9F

Black with #062C9F

Text Example


Text Example

White with #062C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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