Html Css Color HEX #092AAE International Klein Blue

📋 copy color: '#092AAE'

red 9 ◦ green 42 ◦ blue 174

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

Shades of International Klein Blue #092AAE

Tints of International Klein Blue #092AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 77.33%

R = 4%
G = 18.67%
B = 77.33%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#092AAE (or 0x092AAE) is known color: International Klein Blue. HEX triplet: 09, 2A and AE. RGB value is (9,42,174). Sum of RGB (Red+Green+Blue) = 9+42+174=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #092AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092AAE is #F6D551. Grayscale: #2E2E2E. Windows color (decimal): -16176466 or 11414025. OLE color: 11414025.

HSL color Cylindrical-coordinate representation of color #092AAE: hue angle of 228º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092AAE is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 42 174 -
CMYK 0.95 0.76 0 0.32
HSL 228º 0.9% 0.36% -
HSV(B) 228º 0.95% 0.68% -
XYZ 8.58 4.77 40.51 -
YUV 47.18 199.57 100.77 -
System Red Green Blue C M Y K H S L
Decimal 9 42 174 0.95 0.76 0 0.32 228 0.9 0.36
Hex 9 2A AE 5F 4C 0 20 E4 5A 24
Octal 11 52 256 137 114 0 40 344 132 44
Binary 1001 101010 10101110 1011111 1001100 0 100000 11100100 1011010 100100

Color Harmonies of #092AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AAE

Black with #092AAE

Text Example


Text Example

White with #092AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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