Html Css Color HEX #092199 International Klein Blue

📋 copy color: '#092199'

red 9 ◦ green 33 ◦ blue 153

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

Shades of International Klein Blue #092199

Tints of International Klein Blue #092199

RGB

 RED value IS 9 (3.91% from 255) = 4.62%

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

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

R = 4.62%
G = 16.92%
B = 78.46%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#092199 (or 0x092199) is known color: International Klein Blue. HEX triplet: 09, 21 and 99. RGB value is (9,33,153). Sum of RGB (Red+Green+Blue) = 9+33+153=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #092199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092199 is #F6DE66. Grayscale: #272727. Windows color (decimal): -16178791 or 10035465. OLE color: 10035465.

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

Color convert

RGB 9 33 153 -
CMYK 0.94 0.78 0 0.4
HSL 230º 0.89% 0.32% -
HSV(B) 230º 0.94% 0.6% -
XYZ 6.41 3.45 30.46 -
YUV 39.5 192.05 106.24 -
System Red Green Blue C M Y K H S L
Decimal 9 33 153 0.94 0.78 0 0.4 230 0.89 0.32
Hex 9 21 99 5E 4E 0 28 E6 59 20
Octal 11 41 231 136 116 0 50 346 131 40
Binary 1001 100001 10011001 1011110 1001110 0 101000 11100110 1011001 100000

Color Harmonies of #092199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092199

Black with #092199

Text Example


Text Example

White with #092199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092199; }

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

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

background-color css

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

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

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

border-color css

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

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

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