#0130BC

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

Shades of International Klein Blue #0130BC

Tints of International Klein Blue #0130BC

Color information

#0130BC (or 0x0130BC) is unknown color: approx International Klein Blue. HEX triplet: 01, 30 and BC. RGB value is (1,48,188). Sum of RGB (Red+Green+Blue) = 1+48+188=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #0130BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0130BC is #FECF43. Grayscale: #313131. Windows color (decimal): -16699204 or 12333057. OLE color: 12333057.

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

Color convert

RGB148188-
CMYK0.990.7400.26
HSL224.92º98.94%37.06%-
HSV(B)224.92º99.47%73.73%-
XYZ10.155.7548.15-
YUV49.91205.9393.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 188 (73.83% from 255) = 79.32%
R=0.42%
G=20.25%
B=79.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481880.990.7400.26224.9298.9437.06
Hex130BC634A01Ae16325
Octal16027414311203234114345
Binary11100001011110011000111001010011010111000011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0130BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0130BC; }

 p { color: rgb(1,48,188); }

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

<style>
 a { background-color: #0130BC; }

 a { background-color: rgb(1,48,188); }

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

<style>
 span { border-color: #0130BC; }

 span { border-color: rgb(1,48,188); }

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