#0538B6

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

Shades of International Klein Blue #0538B6

Tints of International Klein Blue #0538B6

Color information

#0538B6 (or 0x0538B6) is unknown color: approx International Klein Blue. HEX triplet: 05, 38 and B6. RGB value is (5,56,182). Sum of RGB (Red+Green+Blue) = 5+56+182=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 182 (71.48% from 255 or 74.90% from 243); Max value from RGB is 182 - color contains mainly: blue. Hex color #0538B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0538B6 is #FAC749. Grayscale: #363636. Windows color (decimal): -16435018 or 11941893. OLE color: 11941893.

HSL color Cylindrical-coordinate representation of color #0538B6: hue angle of 222.71º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0538B6 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB556182-
CMYK0.970.6900.29
HSL222.71º94.65%36.67%-
HSV(B)222.71º97.25%71.37%-
XYZ9.926.2444.94-
YUV55.11199.692.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 182 (71.48% from 255) = 74.90%
R=2.06%
G=23.05%
B=74.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5561820.970.6900.29222.7194.6536.67
Hex538B6614501Ddf5f25
Octal57026614110503533713745
Binary1011110001011011011000011000101011101110111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0538B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0538B6; }

 p { color: rgb(5,56,182); }

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

<style>
 a { background-color: #0538B6; }

 a { background-color: rgb(5,56,182); }

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

<style>
 span { border-color: #0538B6; }

 span { border-color: rgb(5,56,182); }

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