Html Css Color HEX #062FAC International Klein Blue

📋 copy color: '#062FAC'

red 6 ◦ green 47 ◦ blue 172

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

Shades of International Klein Blue #062FAC

Tints of International Klein Blue #062FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.89%

 BLUE value IS 172 (67.58% from 255) = 76.44%

R = 2.67%
G = 20.89%
B = 76.44%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#062FAC (or 0x062FAC) is known color: International Klein Blue. HEX triplet: 06, 2F and AC. RGB value is (6,47,172). Sum of RGB (Red+Green+Blue) = 6+47+172=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #062FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062FAC is #F9D053. Grayscale: #303030. Windows color (decimal): -16371796 or 11284230. OLE color: 11284230.

HSL color Cylindrical-coordinate representation of color #062FAC: hue angle of 225.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062FAC is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 47 172 -
CMYK 0.97 0.73 0 0.33
HSL 225.18º 0.93% 0.35% -
HSV(B) 225.18º 0.97% 0.67% -
XYZ 8.54 5.05 39.55 -
YUV 48.99 197.42 97.34 -
System Red Green Blue C M Y K H S L
Decimal 6 47 172 0.97 0.73 0 0.33 225.18 0.93 0.35
Hex 6 2F AC 61 49 0 21 E1 5D 23
Octal 6 57 254 141 111 0 41 341 135 43
Binary 110 101111 10101100 1100001 1001001 0 100001 11100001 1011101 100011

Color Harmonies of #062FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FAC

Black with #062FAC

Text Example


Text Example

White with #062FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,47,172); }

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

background-color css

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

 a { background-color: rgb(6,47,172); }

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

border-color css

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

 span { border-color: rgb(6,47,172); }

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