Html Css Color HEX #092AAA International Klein Blue

📋 copy color: '#092AAA'

red 9 ◦ green 42 ◦ blue 170

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

Shades of International Klein Blue #092AAA

Tints of International Klein Blue #092AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 76.92%

R = 4.07%
G = 19%
B = 76.92%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#092AAA (or 0x092AAA) is known color: International Klein Blue. HEX triplet: 09, 2A and AA. RGB value is (9,42,170). Sum of RGB (Red+Green+Blue) = 9+42+170=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #092AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092AAA is #F6D555. Grayscale: #2E2E2E. Windows color (decimal): -16176470 or 11151881. OLE color: 11151881.

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

Color convert

RGB 9 42 170 -
CMYK 0.95 0.75 0 0.33
HSL 227.7º 0.9% 0.35% -
HSV(B) 227.7º 0.95% 0.67% -
XYZ 8.2 4.62 38.49 -
YUV 46.73 197.57 101.09 -
System Red Green Blue C M Y K H S L
Decimal 9 42 170 0.95 0.75 0 0.33 227.7 0.9 0.35
Hex 9 2A AA 5F 4B 0 21 E4 5A 23
Octal 11 52 252 137 113 0 41 344 132 43
Binary 1001 101010 10101010 1011111 1001011 0 100001 11100100 1011010 100011

Color Harmonies of #092AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AAA

Black with #092AAA

Text Example


Text Example

White with #092AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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