#072CBB

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

Shades of International Klein Blue #072CBB

Tints of International Klein Blue #072CBB

Color information

#072CBB (or 0x072CBB) is unknown color: approx International Klein Blue. HEX triplet: 07, 2C and BB. RGB value is (7,44,187). Sum of RGB (Red+Green+Blue) = 7+44+187=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #072CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CBB is #F8D344. Grayscale: #303030. Windows color (decimal): -16307013 or 12266503. OLE color: 12266503.

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

Color convert

RGB744187-
CMYK0.960.7600.27
HSL227.67º92.78%38.04%-
HSV(B)227.67º96.26%73.33%-
XYZ9.965.4347.54-
YUV49.24205.7497.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.94%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 187 (73.44% from 255) = 78.57%
R=2.94%
G=18.49%
B=78.57%

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
Decimal7441870.960.7600.27227.6792.7838.04
Hex72CBB604C01Be45d26
Octal75427314011403334413546
Binary1111011001011101111000001001100011011111001001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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