Html Css Color HEX #0924A0 International Klein Blue

📋 copy color: '#0924A0'

red 9 ◦ green 36 ◦ blue 160

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

Shades of International Klein Blue #0924A0

Tints of International Klein Blue #0924A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 78.05%

R = 4.39%
G = 17.56%
B = 78.05%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0924A0 (or 0x0924A0) is known color: International Klein Blue. HEX triplet: 09, 24 and A0. RGB value is (9,36,160). Sum of RGB (Red+Green+Blue) = 9+36+160=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 160 (62.89% from 255 or 78.05% from 205); Max value from RGB is 160 - color contains mainly: blue. Hex color #0924A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0924A0 is #F6DB5F. Grayscale: #292929. Windows color (decimal): -16178016 or 10494985. OLE color: 10494985.

HSL color Cylindrical-coordinate representation of color #0924A0: hue angle of 229.27º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0924A0 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 36 160 -
CMYK 0.94 0.78 0 0.37
HSL 229.27º 0.89% 0.33% -
HSV(B) 229.27º 0.94% 0.63% -
XYZ 7.09 3.86 33.63 -
YUV 42.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 9 36 160 0.94 0.78 0 0.37 229.27 0.89 0.33
Hex 9 24 A0 5E 4E 0 25 E5 59 21
Octal 11 44 240 136 116 0 45 345 131 41
Binary 1001 100100 10100000 1011110 1001110 0 100101 11100101 1011001 100001

Color Harmonies of #0924A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924A0

Black with #0924A0

Text Example


Text Example

White with #0924A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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