#0B1BB3

Color #0B1BB3 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0B1BB3

Tints of International Klein Blue #0B1BB3

Color information

#0B1BB3 (or 0x0B1BB3) is unknown color: approx International Klein Blue. HEX triplet: 0B, 1B and B3. RGB value is (11,27,179). Sum of RGB (Red+Green+Blue) = 11+27+179=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 179 (70.31% from 255 or 82.49% from 217); Max value from RGB is 179 - color contains mainly: blue. Hex color #0B1BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1BB3 is #F4E44C. Grayscale: #262626. Windows color (decimal): -16049229 or 11737867. OLE color: 11737867.

HSL color Cylindrical-coordinate representation of color #0B1BB3: hue angle of 234.29º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1BB3 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1127179-
CMYK0.940.8500.30
HSL234.29º88.42%37.25%-
HSV(B)234.29º93.85%70.2%-
XYZ8.674.1142.98-
YUV39.54206.7107.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 179 (70.31% from 255) = 82.49%
R=5.07%
G=12.44%
B=82.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11271790.940.8500.30234.2988.4237.25
HexB1BB35E5501Eea5825
Octal133326313612503635213045
Binary1011110111011001110111101010101011110111010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B1BB3; }

 p { color: rgb(11,27,179); }

 H1.HeaderClassName
 {
   color: #0B1BB3;
 }
 .AnyTagClassName
 {
   color: #0B1BB3;
 }
</style>
background-color css

<style>
 a { background-color: #0B1BB3; }

 a { background-color: rgb(11,27,179); }

 div.DivClassName
 {
   background-color: #0B1BB3;
 }
 .BgClassName
 {
   background-color: #0B1BB3;
 }
</style>
border-color css

<style>
 span { border-color: #0B1BB3; }

 span { border-color: rgb(11,27,179); }

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