Html Css Color HEX #0924AC International Klein Blue

📋 copy color: '#0924AC'

red 9 ◦ green 36 ◦ blue 172

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

Shades of International Klein Blue #0924AC

Tints of International Klein Blue #0924AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 4.15%
G = 16.59%
B = 79.26%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0924AC (or 0x0924AC) is known color: International Klein Blue. HEX triplet: 09, 24 and AC. RGB value is (9,36,172). Sum of RGB (Red+Green+Blue) = 9+36+172=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #0924AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0924AC is #F6DB53. Grayscale: #2A2A2A. Windows color (decimal): -16178004 or 11281417. OLE color: 11281417.

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

Color convert

RGB 9 36 172 -
CMYK 0.95 0.79 0 0.33
HSL 230.06º 0.9% 0.35% -
HSV(B) 230.06º 0.95% 0.67% -
XYZ 8.19 4.3 39.43 -
YUV 43.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 9 36 172 0.95 0.79 0 0.33 230.06 0.9 0.35
Hex 9 24 AC 5F 4F 0 21 E6 5A 23
Octal 11 44 254 137 117 0 41 346 132 43
Binary 1001 100100 10101100 1011111 1001111 0 100001 11100110 1011010 100011

Color Harmonies of #0924AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924AC

Black with #0924AC

Text Example


Text Example

White with #0924AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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