#072BB8

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

Shades of International Klein Blue #072BB8

Tints of International Klein Blue #072BB8

Color information

#072BB8 (or 0x072BB8) is unknown color: approx International Klein Blue. HEX triplet: 07, 2B and B8. RGB value is (7,43,184). Sum of RGB (Red+Green+Blue) = 7+43+184=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 184 (72.27% from 255 or 78.63% from 234); Max value from RGB is 184 - color contains mainly: blue. Hex color #072BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BB8 is #F8D447. Grayscale: #2F2F2F. Windows color (decimal): -16307272 or 12069639. OLE color: 12069639.

HSL color Cylindrical-coordinate representation of color #072BB8: hue angle of 227.8º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072BB8 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB743184-
CMYK0.960.7700.28
HSL227.8º92.67%37.45%-
HSV(B)227.8º96.2%72.16%-
XYZ9.65.2345.85-
YUV48.31204.5798.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 184 (72.27% from 255) = 78.63%
R=2.99%
G=18.38%
B=78.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal7431840.960.7700.28227.892.6737.45
Hex72BB8604D01Ce45d25
Octal75327014011503434413545
Binary1111010111011100011000001001101011100111001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,43,184); }

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

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

 a { background-color: rgb(7,43,184); }

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

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

 span { border-color: rgb(7,43,184); }

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