Html Css Color HEX #012CB1 International Klein Blue

📋 copy color: '#012CB1'

red 1 ◦ green 44 ◦ blue 177

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

Shades of International Klein Blue #012CB1

Tints of International Klein Blue #012CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 79.73%

R = 0.45%
G = 19.82%
B = 79.73%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#012CB1 (or 0x012CB1) is known color: International Klein Blue. HEX triplet: 01, 2C and B1. RGB value is (1,44,177). Sum of RGB (Red+Green+Blue) = 1+44+177=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 177 (69.53% from 255 or 79.73% from 222); Max value from RGB is 177 - color contains mainly: blue. Hex color #012CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012CB1 is #FED34E. Grayscale: #2D2D2D. Windows color (decimal): -16700239 or 11611137. OLE color: 11611137.

HSL color Cylindrical-coordinate representation of color #012CB1: hue angle of 225.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012CB1 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 44 177 -
CMYK 0.99 0.75 0 0.31
HSL 225.34º 0.99% 0.35% -
HSV(B) 225.34º 0.99% 0.69% -
XYZ 8.85 4.98 42.09 -
YUV 46.31 201.75 95.69 -
System Red Green Blue C M Y K H S L
Decimal 1 44 177 0.99 0.75 0 0.31 225.34 0.99 0.35
Hex 1 2C B1 63 4B 0 1F E1 63 23
Octal 1 54 261 143 113 0 37 341 143 43
Binary 1 101100 10110001 1100011 1001011 0 11111 11100001 1100011 100011

Color Harmonies of #012CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CB1

Black with #012CB1

Text Example


Text Example

White with #012CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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