Html Css Color HEX #092AAB International Klein Blue

📋 copy color: '#092AAB'

red 9 ◦ green 42 ◦ blue 171

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

Shades of International Klein Blue #092AAB

Tints of International Klein Blue #092AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.03%

R = 4.05%
G = 18.92%
B = 77.03%

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

#092AAB (or 0x092AAB) is known color: International Klein Blue. HEX triplet: 09, 2A and AB. RGB value is (9,42,171). Sum of RGB (Red+Green+Blue) = 9+42+171=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #092AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092AAB is #F6D554. Grayscale: #2E2E2E. Windows color (decimal): -16176469 or 11217417. OLE color: 11217417.

HSL color Cylindrical-coordinate representation of color #092AAB: hue angle of 227.78º 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 #092AAB is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 42 171 -
CMYK 0.95 0.75 0 0.33
HSL 227.78º 0.9% 0.35% -
HSV(B) 227.78º 0.95% 0.67% -
XYZ 8.29 4.65 38.99 -
YUV 46.84 198.07 101.01 -
System Red Green Blue C M Y K H S L
Decimal 9 42 171 0.95 0.75 0 0.33 227.78 0.9 0.35
Hex 9 2A AB 5F 4B 0 21 E4 5A 23
Octal 11 52 253 137 113 0 41 344 132 43
Binary 1001 101010 10101011 1011111 1001011 0 100001 11100100 1011010 100011

Color Harmonies of #092AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AAB

Black with #092AAB

Text Example


Text Example

White with #092AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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