#0723C0

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

Shades of International Klein Blue #0723C0

Tints of International Klein Blue #0723C0

Color information

#0723C0 (or 0x0723C0) is unknown color: approx International Klein Blue. HEX triplet: 07, 23 and C0. RGB value is (7,35,192). Sum of RGB (Red+Green+Blue) = 7+35+192=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 192 (75.39% from 255 or 82.05% from 234); Max value from RGB is 192 - color contains mainly: blue. Hex color #0723C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0723C0 is #F8DC3F. Grayscale: #2B2B2B. Windows color (decimal): -16309312 or 12591879. OLE color: 12591879.

HSL color Cylindrical-coordinate representation of color #0723C0: hue angle of 230.92º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0723C0 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB735192-
CMYK0.960.8200.25
HSL230.92º92.96%39.02%-
HSV(B)230.92º96.35%75.29%-
XYZ10.25.0550.31-
YUV44.53211.22101.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 192 (75.39% from 255) = 82.05%
R=2.99%
G=14.96%
B=82.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7351920.960.8200.25230.9292.9639.02
Hex723C06052019e75d27
Octal74330014012203134713547
Binary1111000111100000011000001010010011001111001111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0723C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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