Html Css Color HEX #0928D8 Persian Blue

📋 copy color: '#0928D8'

red 9 ◦ green 40 ◦ blue 216

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

Shades of Persian Blue #0928D8

Tints of Persian Blue #0928D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 81.51%

R = 3.4%
G = 15.09%
B = 81.51%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0928D8 (or 0x0928D8) is known color: Persian Blue. HEX triplet: 09, 28 and D8. RGB value is (9,40,216). Sum of RGB (Red+Green+Blue) = 9+40+216=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 216 (84.77% from 255 or 81.51% from 265); Max value from RGB is 216 - color contains mainly: blue. Hex color #0928D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928D8 is #F6D727. Grayscale: #323232. Windows color (decimal): -16176936 or 14166025. OLE color: 14166025.

HSL color Cylindrical-coordinate representation of color #0928D8: hue angle of 231.01º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0928D8 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 40 216 -
CMYK 0.96 0.81 0 0.15
HSL 231.01º 0.92% 0.44% -
HSV(B) 231.01º 0.96% 0.85% -
XYZ 13.27 6.53 65.53 -
YUV 50.8 221.23 98.19 -
System Red Green Blue C M Y K H S L
Decimal 9 40 216 0.96 0.81 0 0.15 231.01 0.92 0.44
Hex 9 28 D8 60 51 0 F E7 5C 2C
Octal 11 50 330 140 121 0 17 347 134 54
Binary 1001 101000 11011000 1100000 1010001 0 1111 11100111 1011100 101100

Color Harmonies of #0928D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0928D8

Black with #0928D8

Text Example


Text Example

White with #0928D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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