Html Css Color HEX #0924AB International Klein Blue

📋 copy color: '#0924AB'

red 9 ◦ green 36 ◦ blue 171

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

Shades of International Klein Blue #0924AB

Tints of International Klein Blue #0924AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 79.17%

R = 4.17%
G = 16.67%
B = 79.17%

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

#0924AB (or 0x0924AB) is known color: International Klein Blue. HEX triplet: 09, 24 and AB. RGB value is (9,36,171). Sum of RGB (Red+Green+Blue) = 9+36+171=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #0924AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0924AB is #F6DB54. Grayscale: #2A2A2A. Windows color (decimal): -16178005 or 11215881. OLE color: 11215881.

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

Color convert

RGB 9 36 171 -
CMYK 0.95 0.79 0 0.33
HSL 230º 0.9% 0.35% -
HSV(B) 230º 0.95% 0.67% -
XYZ 8.09 4.26 38.92 -
YUV 43.32 200.05 103.52 -
System Red Green Blue C M Y K H S L
Decimal 9 36 171 0.95 0.79 0 0.33 230 0.9 0.35
Hex 9 24 AB 5F 4F 0 21 E6 5A 23
Octal 11 44 253 137 117 0 41 346 132 43
Binary 1001 100100 10101011 1011111 1001111 0 100001 11100110 1011010 100011

Color Harmonies of #0924AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924AB

Black with #0924AB

Text Example


Text Example

White with #0924AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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