Html Css Color HEX #092BAA International Klein Blue

📋 copy color: '#092BAA'

red 9 ◦ green 43 ◦ blue 170

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

Shades of International Klein Blue #092BAA

Tints of International Klein Blue #092BAA

RGB

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

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

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

R = 4.05%
G = 19.37%
B = 76.58%

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

#092BAA (or 0x092BAA) is known color: International Klein Blue. HEX triplet: 09, 2B and AA. RGB value is (9,43,170). Sum of RGB (Red+Green+Blue) = 9+43+170=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #092BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092BAA is #F6D455. Grayscale: #2E2E2E. Windows color (decimal): -16176214 or 11152137. OLE color: 11152137.

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

Color convert

RGB 9 43 170 -
CMYK 0.95 0.75 0 0.33
HSL 227.33º 0.9% 0.35% -
HSV(B) 227.33º 0.95% 0.67% -
XYZ 8.23 4.69 38.5 -
YUV 47.31 197.24 100.67 -
System Red Green Blue C M Y K H S L
Decimal 9 43 170 0.95 0.75 0 0.33 227.33 0.9 0.35
Hex 9 2B AA 5F 4B 0 21 E3 5A 23
Octal 11 53 252 137 113 0 41 343 132 43
Binary 1001 101011 10101010 1011111 1001011 0 100001 11100011 1011010 100011

Color Harmonies of #092BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BAA

Black with #092BAA

Text Example


Text Example

White with #092BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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