#0730A5

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

Shades of International Klein Blue #0730A5

Tints of International Klein Blue #0730A5

Color information

#0730A5 (or 0x0730A5) is unknown color: approx International Klein Blue. HEX triplet: 07, 30 and A5. RGB value is (7,48,165). Sum of RGB (Red+Green+Blue) = 7+48+165=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 165 (64.84% from 255 or 75% from 220); Max value from RGB is 165 - color contains mainly: blue. Hex color #0730A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0730A5 is #F8CF5A. Grayscale: #303030. Windows color (decimal): -16306011 or 10825735. OLE color: 10825735.

HSL color Cylindrical-coordinate representation of color #0730A5: hue angle of 224.43º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0730A5 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB748165-
CMYK0.960.7100.35
HSL224.43º91.86%33.73%-
HSV(B)224.43º95.76%64.71%-
XYZ7.944.8836.12-
YUV49.08193.4297.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.18%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 165 (64.84% from 255) = 75%
R=3.18%
G=21.82%
B=75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7481650.960.7100.35224.4391.8633.73
Hex730A56047023e05c22
Octal76024514010704334013442
Binary11111000010100101110000010001110100011111000001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0730A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0730A5; }

 p { color: rgb(7,48,165); }

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

<style>
 a { background-color: #0730A5; }

 a { background-color: rgb(7,48,165); }

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

<style>
 span { border-color: #0730A5; }

 span { border-color: rgb(7,48,165); }

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