Html Css Color HEX #012DA0 International Klein Blue

📋 copy color: '#012DA0'

red 1 ◦ green 45 ◦ blue 160

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

Shades of International Klein Blue #012DA0

Tints of International Klein Blue #012DA0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.84%

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

R = 0.49%
G = 21.84%
B = 77.67%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#012DA0 (or 0x012DA0) is known color: International Klein Blue. HEX triplet: 01, 2D and A0. RGB value is (1,45,160). Sum of RGB (Red+Green+Blue) = 1+45+160=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 160 (62.89% from 255 or 77.67% from 206); Max value from RGB is 160 - color contains mainly: blue. Hex color #012DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012DA0 is #FED25F. Grayscale: #2C2C2C. Windows color (decimal): -16700000 or 10497281. OLE color: 10497281.

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

Color convert

RGB 1 45 160 -
CMYK 0.99 0.72 0 0.37
HSL 223.4º 0.99% 0.32% -
HSV(B) 223.4º 0.99% 0.63% -
XYZ 7.3 4.42 33.73 -
YUV 44.95 192.92 96.65 -
System Red Green Blue C M Y K H S L
Decimal 1 45 160 0.99 0.72 0 0.37 223.4 0.99 0.32
Hex 1 2D A0 63 48 0 25 DF 63 20
Octal 1 55 240 143 110 0 45 337 143 40
Binary 1 101101 10100000 1100011 1001000 0 100101 11011111 1100011 100000

Color Harmonies of #012DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DA0

Black with #012DA0

Text Example


Text Example

White with #012DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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