Html Css Color HEX #0128BB International Klein Blue

📋 copy color: '#0128BB'

red 1 ◦ green 40 ◦ blue 187

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

Shades of International Klein Blue #0128BB

Tints of International Klein Blue #0128BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 0.44%
G = 17.54%
B = 82.02%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0128BB (or 0x0128BB) is known color: International Klein Blue. HEX triplet: 01, 28 and BB. RGB value is (1,40,187). Sum of RGB (Red+Green+Blue) = 1+40+187=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 187 (73.44% from 255 or 82.02% from 228); Max value from RGB is 187 - color contains mainly: blue. Hex color #0128BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0128BB is #FED744. Grayscale: #2C2C2C. Windows color (decimal): -16701253 or 12265473. OLE color: 12265473.

HSL color Cylindrical-coordinate representation of color #0128BB: hue angle of 227.42º 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 #0128BB is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 40 187 -
CMYK 0.99 0.79 0 0.27
HSL 227.42º 0.99% 0.37% -
HSV(B) 227.42º 0.99% 0.73% -
XYZ 9.74 5.11 47.49 -
YUV 45.1 208.08 96.55 -
System Red Green Blue C M Y K H S L
Decimal 1 40 187 0.99 0.79 0 0.27 227.42 0.99 0.37
Hex 1 28 BB 63 4F 0 1B E3 63 25
Octal 1 50 273 143 117 0 33 343 143 45
Binary 1 101000 10111011 1100011 1001111 0 11011 11100011 1100011 100101

Color Harmonies of #0128BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0128BB

Black with #0128BB

Text Example


Text Example

White with #0128BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0128BB; }

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

 H1.HeaderClassName
 {
   color: #0128BB;
 }
 .AnyTagClassName
 {
   color: #0128BB;
 }
</style>

background-color css

<style>
 a { background-color: #0128BB; }

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

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

border-color css

<style>
 span { border-color: #0128BB; }

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

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