Html Css Color HEX #092AA8 International Klein Blue

📋 copy color: '#092AA8'

red 9 ◦ green 42 ◦ blue 168

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

Shades of International Klein Blue #092AA8

Tints of International Klein Blue #092AA8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.18%

 BLUE value IS 168 (66.02% from 255) = 76.71%

R = 4.11%
G = 19.18%
B = 76.71%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#092AA8 (or 0x092AA8) is known color: International Klein Blue. HEX triplet: 09, 2A and A8. RGB value is (9,42,168). Sum of RGB (Red+Green+Blue) = 9+42+168=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 168 (66.02% from 255 or 76.71% from 219); Max value from RGB is 168 - color contains mainly: blue. Hex color #092AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092AA8 is #F6D557. Grayscale: #2D2D2D. Windows color (decimal): -16176472 or 11020809. OLE color: 11020809.

HSL color Cylindrical-coordinate representation of color #092AA8: hue angle of 227.55º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092AA8 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 9 42 168 -
CMYK 0.95 0.75 0 0.34
HSL 227.55º 0.9% 0.35% -
HSV(B) 227.55º 0.95% 0.66% -
XYZ 8.01 4.54 37.5 -
YUV 46.5 196.57 101.25 -
System Red Green Blue C M Y K H S L
Decimal 9 42 168 0.95 0.75 0 0.34 227.55 0.9 0.35
Hex 9 2A A8 5F 4B 0 22 E4 5A 23
Octal 11 52 250 137 113 0 42 344 132 43
Binary 1001 101010 10101000 1011111 1001011 0 100010 11100100 1011010 100011

Color Harmonies of #092AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AA8

Black with #092AA8

Text Example


Text Example

White with #092AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092AA8; }

 p { color: rgb(9,42,168); }

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

background-color css

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

 a { background-color: rgb(9,42,168); }

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

border-color css

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

 span { border-color: rgb(9,42,168); }

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