Html Css Color HEX #0929A6 International Klein Blue

📋 copy color: '#0929A6'

red 9 ◦ green 41 ◦ blue 166

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

Shades of International Klein Blue #0929A6

Tints of International Klein Blue #0929A6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 166 (65.23% from 255) = 76.85%

R = 4.17%
G = 18.98%
B = 76.85%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0929A6 (or 0x0929A6) is known color: International Klein Blue. HEX triplet: 09, 29 and A6. RGB value is (9,41,166). Sum of RGB (Red+Green+Blue) = 9+41+166=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 166 (65.23% from 255 or 76.85% from 216); Max value from RGB is 166 - color contains mainly: blue. Hex color #0929A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0929A6 is #F6D659. Grayscale: #2D2D2D. Windows color (decimal): -16176730 or 10889481. OLE color: 10889481.

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

Color convert

RGB 9 41 166 -
CMYK 0.95 0.75 0 0.35
HSL 227.77º 0.9% 0.34% -
HSV(B) 227.77º 0.95% 0.65% -
XYZ 7.79 4.4 36.51 -
YUV 45.68 195.9 101.84 -
System Red Green Blue C M Y K H S L
Decimal 9 41 166 0.95 0.75 0 0.35 227.77 0.9 0.34
Hex 9 29 A6 5F 4B 0 23 E4 5A 22
Octal 11 51 246 137 113 0 43 344 132 42
Binary 1001 101001 10100110 1011111 1001011 0 100011 11100100 1011010 100010

Color Harmonies of #0929A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0929A6

Black with #0929A6

Text Example


Text Example

White with #0929A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0929A6; }

 p { color: rgb(9,41,166); }

 H1.HeaderClassName
 {
   color: #0929A6;
 }
 .AnyTagClassName
 {
   color: #0929A6;
 }
</style>

background-color css

<style>
 a { background-color: #0929A6; }

 a { background-color: rgb(9,41,166); }

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

border-color css

<style>
 span { border-color: #0929A6; }

 span { border-color: rgb(9,41,166); }

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