Html Css Color HEX #0926AC International Klein Blue

📋 copy color: '#0926AC'

red 9 ◦ green 38 ◦ blue 172

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

Shades of International Klein Blue #0926AC

Tints of International Klein Blue #0926AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 4.11%
G = 17.35%
B = 78.54%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0926AC (or 0x0926AC) is known color: International Klein Blue. HEX triplet: 09, 26 and AC. RGB value is (9,38,172). Sum of RGB (Red+Green+Blue) = 9+38+172=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #0926AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0926AC is #F6D953. Grayscale: #2C2C2C. Windows color (decimal): -16177492 or 11281929. OLE color: 11281929.

HSL color Cylindrical-coordinate representation of color #0926AC: hue angle of 229.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 #0926AC is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 38 172 -
CMYK 0.95 0.78 0 0.33
HSL 229.33º 0.9% 0.35% -
HSV(B) 229.33º 0.95% 0.67% -
XYZ 8.25 4.42 39.45 -
YUV 44.61 199.89 102.6 -
System Red Green Blue C M Y K H S L
Decimal 9 38 172 0.95 0.78 0 0.33 229.33 0.9 0.35
Hex 9 26 AC 5F 4E 0 21 E5 5A 23
Octal 11 46 254 137 116 0 41 345 132 43
Binary 1001 100110 10101100 1011111 1001110 0 100001 11100101 1011010 100011

Color Harmonies of #0926AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0926AC

Black with #0926AC

Text Example


Text Example

White with #0926AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0926AC; }

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

 H1.HeaderClassName
 {
   color: #0926AC;
 }
 .AnyTagClassName
 {
   color: #0926AC;
 }
</style>

background-color css

<style>
 a { background-color: #0926AC; }

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

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

border-color css

<style>
 span { border-color: #0926AC; }

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

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