Html Css Color HEX #0133BB International Klein Blue

📋 copy color: '#0133BB'

red 1 ◦ green 51 ◦ blue 187

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

Shades of International Klein Blue #0133BB

Tints of International Klein Blue #0133BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

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

R = 0.42%
G = 21.34%
B = 78.24%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0133BB (or 0x0133BB) is known color: International Klein Blue. HEX triplet: 01, 33 and BB. RGB value is (1,51,187). Sum of RGB (Red+Green+Blue) = 1+51+187=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #0133BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133BB is #FECC44. Grayscale: #323232. Windows color (decimal): -16698437 or 12268289. OLE color: 12268289.

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

Color convert

RGB 1 51 187 -
CMYK 0.99 0.73 0 0.27
HSL 223.87º 0.99% 0.37% -
HSV(B) 223.87º 0.99% 0.73% -
XYZ 10.17 5.96 47.63 -
YUV 51.55 204.44 91.94 -
System Red Green Blue C M Y K H S L
Decimal 1 51 187 0.99 0.73 0 0.27 223.87 0.99 0.37
Hex 1 33 BB 63 49 0 1B E0 63 25
Octal 1 63 273 143 111 0 33 340 143 45
Binary 1 110011 10111011 1100011 1001001 0 11011 11100000 1100011 100101

Color Harmonies of #0133BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0133BB

Black with #0133BB

Text Example


Text Example

White with #0133BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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