#0737AC

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

Shades of International Klein Blue #0737AC

Tints of International Klein Blue #0737AC

Color information

#0737AC (or 0x0737AC) is unknown color: approx International Klein Blue. HEX triplet: 07, 37 and AC. RGB value is (7,55,172). Sum of RGB (Red+Green+Blue) = 7+55+172=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #0737AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0737AC is #F8C853. Grayscale: #353535. Windows color (decimal): -16304212 or 11286279. OLE color: 11286279.

HSL color Cylindrical-coordinate representation of color #0737AC: hue angle of 222.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0737AC is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB755172-
CMYK0.960.6800.33
HSL222.55º92.18%35.1%-
HSV(B)222.55º95.93%67.45%-
XYZ8.95.7639.67-
YUV53.99194.694.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 172 (67.58% from 255) = 73.50%
R=2.99%
G=23.50%
B=73.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7551720.960.6800.33222.5592.1835.1
Hex737AC6044021df5c23
Octal76725414010404133713443
Binary11111011110101100110000010001000100001110111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0737AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0737AC; }

 p { color: rgb(7,55,172); }

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

<style>
 a { background-color: #0737AC; }

 a { background-color: rgb(7,55,172); }

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

<style>
 span { border-color: #0737AC; }

 span { border-color: rgb(7,55,172); }

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