Html Css Color HEX #012CA1 International Klein Blue

📋 copy color: '#012CA1'

red 1 ◦ green 44 ◦ blue 161

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

Shades of International Klein Blue #012CA1

Tints of International Klein Blue #012CA1

RGB

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

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

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

R = 0.49%
G = 21.36%
B = 78.16%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#012CA1 (or 0x012CA1) is known color: International Klein Blue. HEX triplet: 01, 2C and A1. RGB value is (1,44,161). Sum of RGB (Red+Green+Blue) = 1+44+161=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 161 (63.28% from 255 or 78.16% from 206); Max value from RGB is 161 - color contains mainly: blue. Hex color #012CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012CA1 is #FED35E. Grayscale: #2B2B2B. Windows color (decimal): -16700255 or 10562561. OLE color: 10562561.

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

Color convert

RGB 1 44 161 -
CMYK 0.99 0.73 0 0.37
HSL 223.88º 0.99% 0.32% -
HSV(B) 223.88º 0.99% 0.63% -
XYZ 7.35 4.38 34.18 -
YUV 44.48 193.75 96.99 -
System Red Green Blue C M Y K H S L
Decimal 1 44 161 0.99 0.73 0 0.37 223.88 0.99 0.32
Hex 1 2C A1 63 49 0 25 E0 63 20
Octal 1 54 241 143 111 0 45 340 143 40
Binary 1 101100 10100001 1100011 1001001 0 100101 11100000 1100011 100000

Color Harmonies of #012CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CA1

Black with #012CA1

Text Example


Text Example

White with #012CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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