Html Css Color HEX #012BBB International Klein Blue

📋 copy color: '#012BBB'

red 1 ◦ green 43 ◦ blue 187

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

Shades of International Klein Blue #012BBB

Tints of International Klein Blue #012BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.95%

R = 0.43%
G = 18.61%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#012BBB (or 0x012BBB) is known color: International Klein Blue. HEX triplet: 01, 2B and BB. RGB value is (1,43,187). Sum of RGB (Red+Green+Blue) = 1+43+187=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #012BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BBB is #FED444. Grayscale: #2E2E2E. Windows color (decimal): -16700485 or 12266241. OLE color: 12266241.

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

Color convert

RGB 1 43 187 -
CMYK 0.99 0.77 0 0.27
HSL 226.45º 0.99% 0.37% -
HSV(B) 226.45º 0.99% 0.73% -
XYZ 9.85 5.32 47.52 -
YUV 46.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 1 43 187 0.99 0.77 0 0.27 226.45 0.99 0.37
Hex 1 2B BB 63 4D 0 1B E2 63 25
Octal 1 53 273 143 115 0 33 342 143 45
Binary 1 101011 10111011 1100011 1001101 0 11011 11100010 1100011 100101

Color Harmonies of #012BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BBB

Black with #012BBB

Text Example


Text Example

White with #012BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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