Html Css Color HEX #012DC0 International Klein Blue

📋 copy color: '#012DC0'

red 1 ◦ green 45 ◦ blue 192

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

Shades of International Klein Blue #012DC0

Tints of International Klein Blue #012DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 80.67%

R = 0.42%
G = 18.91%
B = 80.67%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#012DC0 (or 0x012DC0) is known color: International Klein Blue. HEX triplet: 01, 2D and C0. RGB value is (1,45,192). Sum of RGB (Red+Green+Blue) = 1+45+192=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #012DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DC0 is #FED23F. Grayscale: #2F2F2F. Windows color (decimal): -16699968 or 12594433. OLE color: 12594433.

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

Color convert

RGB 1 45 192 -
CMYK 0.99 0.77 0 0.25
HSL 226.18º 0.99% 0.38% -
HSV(B) 226.18º 0.99% 0.75% -
XYZ 10.47 5.69 50.42 -
YUV 48.6 208.92 94.05 -
System Red Green Blue C M Y K H S L
Decimal 1 45 192 0.99 0.77 0 0.25 226.18 0.99 0.38
Hex 1 2D C0 63 4D 0 19 E2 63 26
Octal 1 55 300 143 115 0 31 342 143 46
Binary 1 101101 11000000 1100011 1001101 0 11001 11100010 1100011 100110

Color Harmonies of #012DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DC0

Black with #012DC0

Text Example


Text Example

White with #012DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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