Html Css Color HEX #012BA0 International Klein Blue

📋 copy color: '#012BA0'

red 1 ◦ green 43 ◦ blue 160

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

Shades of International Klein Blue #012BA0

Tints of International Klein Blue #012BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

 BLUE value IS 160 (62.89% from 255) = 78.43%

R = 0.49%
G = 21.08%
B = 78.43%

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

#012BA0 (or 0x012BA0) is known color: International Klein Blue. HEX triplet: 01, 2B and A0. RGB value is (1,43,160). Sum of RGB (Red+Green+Blue) = 1+43+160=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 160 (62.89% from 255 or 78.43% from 204); Max value from RGB is 160 - color contains mainly: blue. Hex color #012BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012BA0 is #FED45F. Grayscale: #2B2B2B. Windows color (decimal): -16700512 or 10496769. OLE color: 10496769.

HSL color Cylindrical-coordinate representation of color #012BA0: hue angle of 224.15º 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 #012BA0 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 43 160 -
CMYK 0.99 0.73 0 0.37
HSL 224.15º 0.99% 0.32% -
HSV(B) 224.15º 0.99% 0.63% -
XYZ 7.22 4.27 33.7 -
YUV 43.78 193.59 97.49 -
System Red Green Blue C M Y K H S L
Decimal 1 43 160 0.99 0.73 0 0.37 224.15 0.99 0.32
Hex 1 2B A0 63 49 0 25 E0 63 20
Octal 1 53 240 143 111 0 45 340 143 40
Binary 1 101011 10100000 1100011 1001001 0 100101 11100000 1100011 100000

Color Harmonies of #012BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BA0

Black with #012BA0

Text Example


Text Example

White with #012BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,43,160); }

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

background-color css

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

 a { background-color: rgb(1,43,160); }

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

border-color css

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

 span { border-color: rgb(1,43,160); }

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