#072DBB

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

Shades of International Klein Blue #072DBB

Tints of International Klein Blue #072DBB

Color information

#072DBB (or 0x072DBB) is unknown color: approx International Klein Blue. HEX triplet: 07, 2D and BB. RGB value is (7,45,187). Sum of RGB (Red+Green+Blue) = 7+45+187=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #072DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DBB is #F8D244. Grayscale: #313131. Windows color (decimal): -16306757 or 12266759. OLE color: 12266759.

HSL color Cylindrical-coordinate representation of color #072DBB: hue angle of 227.33º 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 #072DBB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB745187-
CMYK0.960.7600.27
HSL227.33º92.78%38.04%-
HSV(B)227.33º96.26%73.33%-
XYZ105.5147.55-
YUV49.83205.4197.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 187 (73.44% from 255) = 78.24%
R=2.93%
G=18.83%
B=78.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7451870.960.7600.27227.3392.7838.04
Hex72DBB604C01Be35d26
Octal75527314011403334313546
Binary1111011011011101111000001001100011011111000111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072DBB; }

 p { color: rgb(7,45,187); }

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

<style>
 a { background-color: #072DBB; }

 a { background-color: rgb(7,45,187); }

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

<style>
 span { border-color: #072DBB; }

 span { border-color: rgb(7,45,187); }

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