#0726B5

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

Shades of International Klein Blue #0726B5

Tints of International Klein Blue #0726B5

Color information

#0726B5 (or 0x0726B5) is unknown color: approx International Klein Blue. HEX triplet: 07, 26 and B5. RGB value is (7,38,181). Sum of RGB (Red+Green+Blue) = 7+38+181=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 181 (71.09% from 255 or 80.09% from 226); Max value from RGB is 181 - color contains mainly: blue. Hex color #0726B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726B5 is #F8D94A. Grayscale: #2C2C2C. Windows color (decimal): -16308555 or 11871751. OLE color: 11871751.

HSL color Cylindrical-coordinate representation of color #0726B5: hue angle of 229.31º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0726B5 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB738181-
CMYK0.960.7900.29
HSL229.31º92.55%36.86%-
HSV(B)229.31º96.13%70.98%-
XYZ9.124.7744.16-
YUV45.03204.73100.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.10%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 181 (71.09% from 255) = 80.09%
R=3.10%
G=16.81%
B=80.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7381810.960.7900.29229.3192.5536.86
Hex726B5604F01De55d25
Octal74626514011703534513545
Binary1111001101011010111000001001111011101111001011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0726B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0726B5; }

 p { color: rgb(7,38,181); }

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

<style>
 a { background-color: #0726B5; }

 a { background-color: rgb(7,38,181); }

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

<style>
 span { border-color: #0726B5; }

 span { border-color: rgb(7,38,181); }

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