Html Css Color HEX #012BBD International Klein Blue

📋 copy color: '#012BBD'

red 1 ◦ green 43 ◦ blue 189

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

Shades of International Klein Blue #012BBD

Tints of International Klein Blue #012BBD

RGB

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

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

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

R = 0.43%
G = 18.45%
B = 81.12%

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

#012BBD (or 0x012BBD) is known color: International Klein Blue. HEX triplet: 01, 2B and BD. RGB value is (1,43,189). Sum of RGB (Red+Green+Blue) = 1+43+189=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #012BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BBD is #FED442. Grayscale: #2E2E2E. Windows color (decimal): -16700483 or 12397313. OLE color: 12397313.

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

Color convert

RGB 1 43 189 -
CMYK 0.99 0.77 0 0.26
HSL 226.6º 0.99% 0.37% -
HSV(B) 226.6º 0.99% 0.74% -
XYZ 10.06 5.41 48.66 -
YUV 47.09 208.09 95.13 -
System Red Green Blue C M Y K H S L
Decimal 1 43 189 0.99 0.77 0 0.26 226.6 0.99 0.37
Hex 1 2B BD 63 4D 0 1A E3 63 25
Octal 1 53 275 143 115 0 32 343 143 45
Binary 1 101011 10111101 1100011 1001101 0 11010 11100011 1100011 100101

Color Harmonies of #012BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BBD

Black with #012BBD

Text Example


Text Example

White with #012BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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