Html Css Color HEX #0928DC Persian Blue

📋 copy color: '#0928DC'

red 9 ◦ green 40 ◦ blue 220

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

Shades of Persian Blue #0928DC

Tints of Persian Blue #0928DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 81.78%

R = 3.35%
G = 14.87%
B = 81.78%

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

#0928DC (or 0x0928DC) is known color: Persian Blue. HEX triplet: 09, 28 and DC. RGB value is (9,40,220). Sum of RGB (Red+Green+Blue) = 9+40+220=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #0928DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928DC is #F6D723. Grayscale: #323232. Windows color (decimal): -16176932 or 14428169. OLE color: 14428169.

HSL color Cylindrical-coordinate representation of color #0928DC: hue angle of 231.18º 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 #0928DC is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 40 220 -
CMYK 0.96 0.82 0 0.14
HSL 231.18º 0.92% 0.45% -
HSV(B) 231.18º 0.96% 0.86% -
XYZ 13.79 6.74 68.28 -
YUV 51.25 223.23 97.86 -
System Red Green Blue C M Y K H S L
Decimal 9 40 220 0.96 0.82 0 0.14 231.18 0.92 0.45
Hex 9 28 DC 60 52 0 E E7 5C 2D
Octal 11 50 334 140 122 0 16 347 134 55
Binary 1001 101000 11011100 1100000 1010010 0 1110 11100111 1011100 101101

Color Harmonies of #0928DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0928DC

Black with #0928DC

Text Example


Text Example

White with #0928DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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