Html Css Color HEX #0922AC International Klein Blue

📋 copy color: '#0922AC'

red 9 ◦ green 34 ◦ blue 172

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

Shades of International Klein Blue #0922AC

Tints of International Klein Blue #0922AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 4.19%
G = 15.81%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0922AC (or 0x0922AC) is known color: International Klein Blue. HEX triplet: 09, 22 and AC. RGB value is (9,34,172). Sum of RGB (Red+Green+Blue) = 9+34+172=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #0922AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0922AC is #F6DD53. Grayscale: #292929. Windows color (decimal): -16178516 or 11280905. OLE color: 11280905.

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

Color convert

RGB 9 34 172 -
CMYK 0.95 0.80 0 0.33
HSL 230.8º 0.9% 0.35% -
HSV(B) 230.8º 0.95% 0.67% -
XYZ 8.13 4.18 39.41 -
YUV 42.26 201.22 104.28 -
System Red Green Blue C M Y K H S L
Decimal 9 34 172 0.95 0.80 0 0.33 230.8 0.9 0.35
Hex 9 22 AC 5F 50 0 21 E7 5A 23
Octal 11 42 254 137 120 0 41 347 132 43
Binary 1001 100010 10101100 1011111 1010000 0 100001 11100111 1011010 100011

Color Harmonies of #0922AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0922AC

Black with #0922AC

Text Example


Text Example

White with #0922AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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