Html Css Color HEX #092BAC International Klein Blue

📋 copy color: '#092BAC'

red 9 ◦ green 43 ◦ blue 172

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

Shades of International Klein Blue #092BAC

Tints of International Klein Blue #092BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 76.79%

R = 4.02%
G = 19.2%
B = 76.79%

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

#092BAC (or 0x092BAC) is known color: International Klein Blue. HEX triplet: 09, 2B and AC. RGB value is (9,43,172). Sum of RGB (Red+Green+Blue) = 9+43+172=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #092BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092BAC is #F6D453. Grayscale: #2E2E2E. Windows color (decimal): -16176212 or 11283209. OLE color: 11283209.

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

Color convert

RGB 9 43 172 -
CMYK 0.95 0.75 0 0.33
HSL 227.48º 0.9% 0.35% -
HSV(B) 227.48º 0.95% 0.67% -
XYZ 8.42 4.76 39.51 -
YUV 47.54 198.24 100.51 -
System Red Green Blue C M Y K H S L
Decimal 9 43 172 0.95 0.75 0 0.33 227.48 0.9 0.35
Hex 9 2B AC 5F 4B 0 21 E3 5A 23
Octal 11 53 254 137 113 0 41 343 132 43
Binary 1001 101011 10101100 1011111 1001011 0 100001 11100011 1011010 100011

Color Harmonies of #092BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BAC

Black with #092BAC

Text Example


Text Example

White with #092BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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