#0530B9

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

Shades of International Klein Blue #0530B9

Tints of International Klein Blue #0530B9

Color information

#0530B9 (or 0x0530B9) is unknown color: approx International Klein Blue. HEX triplet: 05, 30 and B9. RGB value is (5,48,185). Sum of RGB (Red+Green+Blue) = 5+48+185=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 185 (72.66% from 255 or 77.73% from 238); Max value from RGB is 185 - color contains mainly: blue. Hex color #0530B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0530B9 is #FACF46. Grayscale: #323232. Windows color (decimal): -16437063 or 12136453. OLE color: 12136453.

HSL color Cylindrical-coordinate representation of color #0530B9: hue angle of 225.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0530B9 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB548185-
CMYK0.970.7400.27
HSL225.67º94.74%37.25%-
HSV(B)225.67º97.3%72.55%-
XYZ9.885.6546.47-
YUV50.76203.7595.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.10%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 185 (72.66% from 255) = 77.73%
R=2.10%
G=20.17%
B=77.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5481850.970.7400.27225.6794.7437.25
Hex530B9614A01Be25f25
Octal56027114111203334213745
Binary1011100001011100111000011001010011011111000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0530B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0530B9; }

 p { color: rgb(5,48,185); }

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

<style>
 a { background-color: #0530B9; }

 a { background-color: rgb(5,48,185); }

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

<style>
 span { border-color: #0530B9; }

 span { border-color: rgb(5,48,185); }

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