Html Css Color HEX #062CA1 International Klein Blue

📋 copy color: '#062CA1'

red 6 ◦ green 44 ◦ blue 161

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

Shades of International Klein Blue #062CA1

Tints of International Klein Blue #062CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 76.3%

R = 2.84%
G = 20.85%
B = 76.3%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#062CA1 (or 0x062CA1) is known color: International Klein Blue. HEX triplet: 06, 2C and A1. RGB value is (6,44,161). Sum of RGB (Red+Green+Blue) = 6+44+161=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #062CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062CA1 is #F9D35E. Grayscale: #2D2D2D. Windows color (decimal): -16372575 or 10562566. OLE color: 10562566.

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

Color convert

RGB 6 44 161 -
CMYK 0.96 0.73 0 0.37
HSL 225.29º 0.93% 0.33% -
HSV(B) 225.29º 0.96% 0.63% -
XYZ 7.41 4.41 34.18 -
YUV 45.98 192.91 99.49 -
System Red Green Blue C M Y K H S L
Decimal 6 44 161 0.96 0.73 0 0.37 225.29 0.93 0.33
Hex 6 2C A1 60 49 0 25 E1 5D 21
Octal 6 54 241 140 111 0 45 341 135 41
Binary 110 101100 10100001 1100000 1001001 0 100101 11100001 1011101 100001

Color Harmonies of #062CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CA1

Black with #062CA1

Text Example


Text Example

White with #062CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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