Html Css Color HEX #092BAB International Klein Blue

📋 copy color: '#092BAB'

red 9 ◦ green 43 ◦ blue 171

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

Shades of International Klein Blue #092BAB

Tints of International Klein Blue #092BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.28%

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

R = 4.04%
G = 19.28%
B = 76.68%

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

#092BAB (or 0x092BAB) is known color: International Klein Blue. HEX triplet: 09, 2B and AB. RGB value is (9,43,171). Sum of RGB (Red+Green+Blue) = 9+43+171=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #092BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092BAB is #F6D454. Grayscale: #2E2E2E. Windows color (decimal): -16176213 or 11217673. OLE color: 11217673.

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

Color convert

RGB 9 43 171 -
CMYK 0.95 0.75 0 0.33
HSL 227.41º 0.9% 0.35% -
HSV(B) 227.41º 0.95% 0.67% -
XYZ 8.33 4.73 39 -
YUV 47.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 9 43 171 0.95 0.75 0 0.33 227.41 0.9 0.35
Hex 9 2B AB 5F 4B 0 21 E3 5A 23
Octal 11 53 253 137 113 0 41 343 132 43
Binary 1001 101011 10101011 1011111 1001011 0 100001 11100011 1011010 100011

Color Harmonies of #092BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BAB

Black with #092BAB

Text Example


Text Example

White with #092BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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