Html Css Color HEX #012CC6 International Klein Blue

📋 copy color: '#012CC6'

red 1 ◦ green 44 ◦ blue 198

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

Shades of International Klein Blue #012CC6

Tints of International Klein Blue #012CC6

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

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

 BLUE value IS 198 (77.73% from 255) = 81.48%

R = 0.41%
G = 18.11%
B = 81.48%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#012CC6 (or 0x012CC6) is known color: International Klein Blue. HEX triplet: 01, 2C and C6. RGB value is (1,44,198). Sum of RGB (Red+Green+Blue) = 1+44+198=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 198 (77.73% from 255 or 81.48% from 243); Max value from RGB is 198 - color contains mainly: blue. Hex color #012CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CC6 is #FED339. Grayscale: #303030. Windows color (decimal): -16700218 or 12987393. OLE color: 12987393.

HSL color Cylindrical-coordinate representation of color #012CC6: hue angle of 226.9º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012CC6 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 44 198 -
CMYK 0.99 0.78 0 0.22
HSL 226.9º 0.99% 0.39% -
HSV(B) 226.9º 0.99% 0.78% -
XYZ 11.11 5.89 53.98 -
YUV 48.7 212.25 93.98 -
System Red Green Blue C M Y K H S L
Decimal 1 44 198 0.99 0.78 0 0.22 226.9 0.99 0.39
Hex 1 2C C6 63 4E 0 16 E3 63 27
Octal 1 54 306 143 116 0 26 343 143 47
Binary 1 101100 11000110 1100011 1001110 0 10110 11100011 1100011 100111

Color Harmonies of #012CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CC6

Black with #012CC6

Text Example


Text Example

White with #012CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012CC6; }

 p { color: rgb(1,44,198); }

 H1.HeaderClassName
 {
   color: #012CC6;
 }
 .AnyTagClassName
 {
   color: #012CC6;
 }
</style>

background-color css

<style>
 a { background-color: #012CC6; }

 a { background-color: rgb(1,44,198); }

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

border-color css

<style>
 span { border-color: #012CC6; }

 span { border-color: rgb(1,44,198); }

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