Html Css Color HEX #012CBD International Klein Blue

📋 copy color: '#012CBD'

red 1 ◦ green 44 ◦ blue 189

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

Shades of International Klein Blue #012CBD

Tints of International Klein Blue #012CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 80.77%

R = 0.43%
G = 18.8%
B = 80.77%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#012CBD (or 0x012CBD) is known color: International Klein Blue. HEX triplet: 01, 2C and BD. RGB value is (1,44,189). Sum of RGB (Red+Green+Blue) = 1+44+189=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #012CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CBD is #FED342. Grayscale: #2F2F2F. Windows color (decimal): -16700227 or 12397569. OLE color: 12397569.

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

Color convert

RGB 1 44 189 -
CMYK 0.99 0.77 0 0.26
HSL 226.28º 0.99% 0.37% -
HSV(B) 226.28º 0.99% 0.74% -
XYZ 10.1 5.48 48.67 -
YUV 47.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 1 44 189 0.99 0.77 0 0.26 226.28 0.99 0.37
Hex 1 2C BD 63 4D 0 1A E2 63 25
Octal 1 54 275 143 115 0 32 342 143 45
Binary 1 101100 10111101 1100011 1001101 0 11010 11100010 1100011 100101

Color Harmonies of #012CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CBD

Black with #012CBD

Text Example


Text Example

White with #012CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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