Html Css Color HEX #0928DB Persian Blue

📋 copy color: '#0928DB'

red 9 ◦ green 40 ◦ blue 219

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

Shades of Persian Blue #0928DB

Tints of Persian Blue #0928DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 81.72%

R = 3.36%
G = 14.93%
B = 81.72%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0928DB (or 0x0928DB) is known color: Persian Blue. HEX triplet: 09, 28 and DB. RGB value is (9,40,219). Sum of RGB (Red+Green+Blue) = 9+40+219=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #0928DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928DB is #F6D724. Grayscale: #323232. Windows color (decimal): -16176933 or 14362633. OLE color: 14362633.

HSL color Cylindrical-coordinate representation of color #0928DB: hue angle of 231.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0928DB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 40 219 -
CMYK 0.96 0.82 0 0.14
HSL 231.14º 0.92% 0.45% -
HSV(B) 231.14º 0.96% 0.86% -
XYZ 13.66 6.69 67.59 -
YUV 51.14 222.73 97.95 -
System Red Green Blue C M Y K H S L
Decimal 9 40 219 0.96 0.82 0 0.14 231.14 0.92 0.45
Hex 9 28 DB 60 52 0 E E7 5C 2D
Octal 11 50 333 140 122 0 16 347 134 55
Binary 1001 101000 11011011 1100000 1010010 0 1110 11100111 1011100 101101

Color Harmonies of #0928DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0928DB

Black with #0928DB

Text Example


Text Example

White with #0928DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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