#0733A3

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

Shades of International Klein Blue #0733A3

Tints of International Klein Blue #0733A3

Color information

#0733A3 (or 0x0733A3) is unknown color: approx International Klein Blue. HEX triplet: 07, 33 and A3. RGB value is (7,51,163). Sum of RGB (Red+Green+Blue) = 7+51+163=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 163 (64.06% from 255 or 73.76% from 221); Max value from RGB is 163 - color contains mainly: blue. Hex color #0733A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0733A3 is #F8CC5C. Grayscale: #323232. Windows color (decimal): -16305245 or 10695431. OLE color: 10695431.

HSL color Cylindrical-coordinate representation of color #0733A3: hue angle of 223.08º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0733A3 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB751163-
CMYK0.960.6900.36
HSL223.08º91.76%33.33%-
HSV(B)223.08º95.71%63.92%-
XYZ7.885.0635.21-
YUV50.61191.4296.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.17%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 163 (64.06% from 255) = 73.76%
R=3.17%
G=23.08%
B=73.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7511630.960.6900.36223.0891.7633.33
Hex733A36045024df5c21
Octal76324314010504433713441
Binary11111001110100011110000010001010100100110111111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0733A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0733A3; }

 p { color: rgb(7,51,163); }

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

<style>
 a { background-color: #0733A3; }

 a { background-color: rgb(7,51,163); }

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

<style>
 span { border-color: #0733A3; }

 span { border-color: rgb(7,51,163); }

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