Html Css Color HEX #09209A International Klein Blue

📋 copy color: '#09209A'

red 9 ◦ green 32 ◦ blue 154

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

Shades of International Klein Blue #09209A

Tints of International Klein Blue #09209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 78.97%

R = 4.62%
G = 16.41%
B = 78.97%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09209A (or 0x09209A) is known color: International Klein Blue. HEX triplet: 09, 20 and 9A. RGB value is (9,32,154). Sum of RGB (Red+Green+Blue) = 9+32+154=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #09209A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09209A is #F6DF65. Grayscale: #262626. Windows color (decimal): -16179046 or 10100745. OLE color: 10100745.

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

Color convert

RGB 9 32 154 -
CMYK 0.94 0.79 0 0.40
HSL 230.48º 0.89% 0.32% -
HSV(B) 230.48º 0.94% 0.6% -
XYZ 6.46 3.42 30.89 -
YUV 39.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 9 32 154 0.94 0.79 0 0.40 230.48 0.89 0.32
Hex 9 20 9A 5E 4F 0 28 E6 59 20
Octal 11 40 232 136 117 0 50 346 131 40
Binary 1001 100000 10011010 1011110 1001111 0 101000 11100110 1011001 100000

Color Harmonies of #09209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09209A

Black with #09209A

Text Example


Text Example

White with #09209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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