Html Css Color HEX #092099 International Klein Blue

📋 copy color: '#092099'

red 9 ◦ green 32 ◦ blue 153

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

Shades of International Klein Blue #092099

Tints of International Klein Blue #092099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

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

R = 4.64%
G = 16.49%
B = 78.87%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#092099 (or 0x092099) is known color: International Klein Blue. HEX triplet: 09, 20 and 99. RGB value is (9,32,153). Sum of RGB (Red+Green+Blue) = 9+32+153=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #092099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092099 is #F6DF66. Grayscale: #262626. Windows color (decimal): -16179047 or 10035209. OLE color: 10035209.

HSL color Cylindrical-coordinate representation of color #092099: hue angle of 230.42º 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 #092099 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 32 153 -
CMYK 0.94 0.79 0 0.4
HSL 230.42º 0.89% 0.32% -
HSV(B) 230.42º 0.94% 0.6% -
XYZ 6.38 3.39 30.46 -
YUV 38.92 192.38 106.66 -
System Red Green Blue C M Y K H S L
Decimal 9 32 153 0.94 0.79 0 0.4 230.42 0.89 0.32
Hex 9 20 99 5E 4F 0 28 E6 59 20
Octal 11 40 231 136 117 0 50 346 131 40
Binary 1001 100000 10011001 1011110 1001111 0 101000 11100110 1011001 100000

Color Harmonies of #092099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092099

Black with #092099

Text Example


Text Example

White with #092099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092099; }

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

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

background-color css

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

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

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

border-color css

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

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

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