#0735A7

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

Shades of International Klein Blue #0735A7

Tints of International Klein Blue #0735A7

Color information

#0735A7 (or 0x0735A7) is unknown color: approx International Klein Blue. HEX triplet: 07, 35 and A7. RGB value is (7,53,167). Sum of RGB (Red+Green+Blue) = 7+53+167=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 167 (65.62% from 255 or 73.57% from 227); Max value from RGB is 167 - color contains mainly: blue. Hex color #0735A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0735A7 is #F8CA58. Grayscale: #333333. Windows color (decimal): -16304729 or 10958087. OLE color: 10958087.

HSL color Cylindrical-coordinate representation of color #0735A7: hue angle of 222.75º 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 #0735A7 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB753167-
CMYK0.960.6800.35
HSL222.75º91.95%34.12%-
HSV(B)222.75º95.81%65.49%-
XYZ8.345.3837.16-
YUV52.24192.7695.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 167 (65.62% from 255) = 73.57%
R=3.08%
G=23.35%
B=73.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7531670.960.6800.35222.7591.9534.12
Hex735A76044023df5c22
Octal76524714010404333713442
Binary11111010110100111110000010001000100011110111111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0735A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0735A7; }

 p { color: rgb(7,53,167); }

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

<style>
 a { background-color: #0735A7; }

 a { background-color: rgb(7,53,167); }

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

<style>
 span { border-color: #0735A7; }

 span { border-color: rgb(7,53,167); }

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