#0723BA

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

Shades of International Klein Blue #0723BA

Tints of International Klein Blue #0723BA

Color information

#0723BA (or 0x0723BA) is unknown color: approx International Klein Blue. HEX triplet: 07, 23 and BA. RGB value is (7,35,186). Sum of RGB (Red+Green+Blue) = 7+35+186=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #0723BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0723BA is #F8DC45. Grayscale: #2B2B2B. Windows color (decimal): -16309318 or 12198663. OLE color: 12198663.

HSL color Cylindrical-coordinate representation of color #0723BA: hue angle of 230.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0723BA is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB735186-
CMYK0.960.8100.27
HSL230.61º92.75%37.84%-
HSV(B)230.61º96.24%72.94%-
XYZ9.554.7946.88-
YUV43.84208.22101.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 186 (73.05% from 255) = 81.58%
R=3.07%
G=15.35%
B=81.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7351860.960.8100.27230.6192.7537.84
Hex723BA605101Be75d26
Octal74327214012103334713546
Binary1111000111011101011000001010001011011111001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0723BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0723BA; }

 p { color: rgb(7,35,186); }

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

<style>
 a { background-color: #0723BA; }

 a { background-color: rgb(7,35,186); }

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

<style>
 span { border-color: #0723BA; }

 span { border-color: rgb(7,35,186); }

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