Html Css Color HEX #012BBC International Klein Blue

📋 copy color: '#012BBC'

red 1 ◦ green 43 ◦ blue 188

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

Shades of International Klein Blue #012BBC

Tints of International Klein Blue #012BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 81.03%

R = 0.43%
G = 18.53%
B = 81.03%

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

#012BBC (or 0x012BBC) is known color: International Klein Blue. HEX triplet: 01, 2B and BC. RGB value is (1,43,188). Sum of RGB (Red+Green+Blue) = 1+43+188=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #012BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BBC is #FED443. Grayscale: #2E2E2E. Windows color (decimal): -16700484 or 12331777. OLE color: 12331777.

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

Color convert

RGB 1 43 188 -
CMYK 0.99 0.77 0 0.26
HSL 226.52º 0.99% 0.37% -
HSV(B) 226.52º 0.99% 0.74% -
XYZ 9.95 5.37 48.09 -
YUV 46.97 207.59 95.21 -
System Red Green Blue C M Y K H S L
Decimal 1 43 188 0.99 0.77 0 0.26 226.52 0.99 0.37
Hex 1 2B BC 63 4D 0 1A E3 63 25
Octal 1 53 274 143 115 0 32 343 143 45
Binary 1 101011 10111100 1100011 1001101 0 11010 11100011 1100011 100101

Color Harmonies of #012BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BBC

Black with #012BBC

Text Example


Text Example

White with #012BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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