Html Css Color HEX #0924A7 International Klein Blue

📋 copy color: '#0924A7'

red 9 ◦ green 36 ◦ blue 167

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

Shades of International Klein Blue #0924A7

Tints of International Klein Blue #0924A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 78.77%

R = 4.25%
G = 16.98%
B = 78.77%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0924A7 (or 0x0924A7) is known color: International Klein Blue. HEX triplet: 09, 24 and A7. RGB value is (9,36,167). Sum of RGB (Red+Green+Blue) = 9+36+167=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 167 (65.62% from 255 or 78.77% from 212); Max value from RGB is 167 - color contains mainly: blue. Hex color #0924A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0924A7 is #F6DB58. Grayscale: #2A2A2A. Windows color (decimal): -16178009 or 10953737. OLE color: 10953737.

HSL color Cylindrical-coordinate representation of color #0924A7: hue angle of 229.75º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0924A7 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 36 167 -
CMYK 0.95 0.78 0 0.35
HSL 229.75º 0.9% 0.35% -
HSV(B) 229.75º 0.95% 0.65% -
XYZ 7.72 4.11 36.95 -
YUV 42.86 198.05 103.85 -
System Red Green Blue C M Y K H S L
Decimal 9 36 167 0.95 0.78 0 0.35 229.75 0.9 0.35
Hex 9 24 A7 5F 4E 0 23 E6 5A 23
Octal 11 44 247 137 116 0 43 346 132 43
Binary 1001 100100 10100111 1011111 1001110 0 100011 11100110 1011010 100011

Color Harmonies of #0924A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924A7

Black with #0924A7

Text Example


Text Example

White with #0924A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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