Html Css Color HEX #072199 International Klein Blue

📋 copy color: '#072199'

red 7 ◦ green 33 ◦ blue 153

#072199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #072199

Tints of International Klein Blue #072199

RGB

 RED value IS 7 (3.13% from 255) = 3.63%

 GREEN value IS 33 (13.28% from 255) = 17.1%

 BLUE value IS 153 (60.16% from 255) = 79.27%

R = 3.63%
G = 17.1%
B = 79.27%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#072199 (or 0x072199) is known color: International Klein Blue. HEX triplet: 07, 21 and 99. RGB value is (7,33,153). Sum of RGB (Red+Green+Blue) = 7+33+153=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #072199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072199 is #F8DE66. Grayscale: #262626. Windows color (decimal): -16309863 or 10035463. OLE color: 10035463.

HSL color Cylindrical-coordinate representation of color #072199: hue angle of 229.32º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072199 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 33 153 -
CMYK 0.95 0.78 0 0.4
HSL 229.32º 0.91% 0.31% -
HSV(B) 229.32º 0.95% 0.6% -
XYZ 6.38 3.43 30.46 -
YUV 38.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 7 33 153 0.95 0.78 0 0.4 229.32 0.91 0.31
Hex 7 21 99 5F 4E 0 28 E5 5B 1F
Octal 7 41 231 137 116 0 50 345 133 37
Binary 111 100001 10011001 1011111 1001110 0 101000 11100101 1011011 11111

Color Harmonies of #072199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072199

Black with #072199

Text Example


Text Example

White with #072199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072199; }

 p { color: rgb(7,33,153); }

 H1.HeaderClassName
 {
   color: #072199;
 }
 .AnyTagClassName
 {
   color: #072199;
 }
</style>

background-color css

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

 a { background-color: rgb(7,33,153); }

 div.DivClassName
 {
   background-color: #072199;
 }
 .BgClassName
 {
   background-color: #072199;
 }
</style>

border-color css

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

 span { border-color: rgb(7,33,153); }

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