#071C9A

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

Shades of International Klein Blue #071C9A

Tints of International Klein Blue #071C9A

Color information

#071C9A (or 0x071C9A) is unknown color: approx International Klein Blue. HEX triplet: 07, 1C and 9A. RGB value is (7,28,154). Sum of RGB (Red+Green+Blue) = 7+28+154=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #071C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071C9A is #F8E365. Grayscale: #232323. Windows color (decimal): -16311142 or 10099719. OLE color: 10099719.

HSL color Cylindrical-coordinate representation of color #071C9A: hue angle of 231.43º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071C9A is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB728154-
CMYK0.950.8200.40
HSL231.43º91.3%31.57%-
HSV(B)231.43º95.45%60.39%-
XYZ6.343.2130.86-
YUV36.08194.54107.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 28 (11.33% from 255) = 14.81%
BLUE value IS 154 (60.55% from 255) = 81.48%
R=3.70%
G=14.81%
B=81.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7281540.950.8200.40231.4391.331.57
Hex71C9A5F52028e75b20
Octal73423213712205034713340
Binary1111110010011010101111110100100101000111001111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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