#071CB9

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

Shades of International Klein Blue #071CB9

Tints of International Klein Blue #071CB9

Color information

#071CB9 (or 0x071CB9) is unknown color: approx International Klein Blue. HEX triplet: 07, 1C and B9. RGB value is (7,28,185). Sum of RGB (Red+Green+Blue) = 7+28+185=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #071CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CB9 is #F8E346. Grayscale: #262626. Windows color (decimal): -16311111 or 12131335. OLE color: 12131335.

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

Color convert

RGB728185-
CMYK0.960.8500.27
HSL232.92º92.71%37.65%-
HSV(B)232.92º96.22%72.55%-
XYZ9.264.3846.26-
YUV39.62210.04104.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.18%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 185 (72.66% from 255) = 84.09%
R=3.18%
G=12.73%
B=84.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7281850.960.8500.27232.9292.7137.65
Hex71CB9605501Be95d26
Octal73427114012503335113546
Binary111111001011100111000001010101011011111010011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071CB9; }

 p { color: rgb(7,28,185); }

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

<style>
 a { background-color: #071CB9; }

 a { background-color: rgb(7,28,185); }

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

<style>
 span { border-color: #071CB9; }

 span { border-color: rgb(7,28,185); }

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