#0734AB

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

Shades of International Klein Blue #0734AB

Tints of International Klein Blue #0734AB

Color information

#0734AB (or 0x0734AB) is unknown color: approx International Klein Blue. HEX triplet: 07, 34 and AB. RGB value is (7,52,171). Sum of RGB (Red+Green+Blue) = 7+52+171=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #0734AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0734AB is #F8CB54. Grayscale: #333333. Windows color (decimal): -16304981 or 11219975. OLE color: 11219975.

HSL color Cylindrical-coordinate representation of color #0734AB: hue angle of 223.54º 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 #0734AB is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB752171-
CMYK0.960.7000.33
HSL223.54º92.13%34.9%-
HSV(B)223.54º95.91%67.06%-
XYZ8.675.4439.12-
YUV52.11195.0995.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=3.04%
G=22.61%
B=74.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7521710.960.7000.33223.5492.1334.9
Hex734AB6046021e05c23
Octal76425314010604134013443
Binary11111010010101011110000010001100100001111000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0734AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0734AB; }

 p { color: rgb(7,52,171); }

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

<style>
 a { background-color: #0734AB; }

 a { background-color: rgb(7,52,171); }

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

<style>
 span { border-color: #0734AB; }

 span { border-color: rgb(7,52,171); }

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