Html Css Color HEX #0929AD International Klein Blue

📋 copy color: '#0929AD'

red 9 ◦ green 41 ◦ blue 173

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

Shades of International Klein Blue #0929AD

Tints of International Klein Blue #0929AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 77.58%

R = 4.04%
G = 18.39%
B = 77.58%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0929AD (or 0x0929AD) is known color: International Klein Blue. HEX triplet: 09, 29 and AD. RGB value is (9,41,173). Sum of RGB (Red+Green+Blue) = 9+41+173=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #0929AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0929AD is #F6D652. Grayscale: #2D2D2D. Windows color (decimal): -16176723 or 11348233. OLE color: 11348233.

HSL color Cylindrical-coordinate representation of color #0929AD: hue angle of 228.29º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0929AD is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 41 173 -
CMYK 0.95 0.76 0 0.32
HSL 228.29º 0.9% 0.36% -
HSV(B) 228.29º 0.95% 0.68% -
XYZ 8.45 4.66 39.99 -
YUV 46.48 199.4 101.27 -
System Red Green Blue C M Y K H S L
Decimal 9 41 173 0.95 0.76 0 0.32 228.29 0.9 0.36
Hex 9 29 AD 5F 4C 0 20 E4 5A 24
Octal 11 51 255 137 114 0 40 344 132 44
Binary 1001 101001 10101101 1011111 1001100 0 100000 11100100 1011010 100100

Color Harmonies of #0929AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0929AD

Black with #0929AD

Text Example


Text Example

White with #0929AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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