Html Css Color HEX #0928AD International Klein Blue

📋 copy color: '#0928AD'

red 9 ◦ green 40 ◦ blue 173

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

Shades of International Klein Blue #0928AD

Tints of International Klein Blue #0928AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 4.05%
G = 18.02%
B = 77.93%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0928AD (or 0x0928AD) is known color: International Klein Blue. HEX triplet: 09, 28 and AD. RGB value is (9,40,173). Sum of RGB (Red+Green+Blue) = 9+40+173=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #0928AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0928AD is #F6D752. Grayscale: #2D2D2D. Windows color (decimal): -16176979 or 11347977. OLE color: 11347977.

HSL color Cylindrical-coordinate representation of color #0928AD: hue angle of 228.66º 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 #0928AD is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 40 173 -
CMYK 0.95 0.77 0 0.32
HSL 228.66º 0.9% 0.36% -
HSV(B) 228.66º 0.95% 0.68% -
XYZ 8.41 4.59 39.98 -
YUV 45.89 199.73 101.69 -
System Red Green Blue C M Y K H S L
Decimal 9 40 173 0.95 0.77 0 0.32 228.66 0.9 0.36
Hex 9 28 AD 5F 4D 0 20 E5 5A 24
Octal 11 50 255 137 115 0 40 345 132 44
Binary 1001 101000 10101101 1011111 1001101 0 100000 11100101 1011010 100100

Color Harmonies of #0928AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0928AD

Black with #0928AD

Text Example


Text Example

White with #0928AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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