Html Css Color HEX #0931DC Persian Blue

📋 copy color: '#0931DC'

red 9 ◦ green 49 ◦ blue 220

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

Shades of Persian Blue #0931DC

Tints of Persian Blue #0931DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

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

R = 3.24%
G = 17.63%
B = 79.14%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0931DC (or 0x0931DC) is known color: Persian Blue. HEX triplet: 09, 31 and DC. RGB value is (9,49,220). Sum of RGB (Red+Green+Blue) = 9+49+220=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #0931DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0931DC is #F6CE23. Grayscale: #373737. Windows color (decimal): -16174628 or 14430473. OLE color: 14430473.

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

Color convert

RGB 9 49 220 -
CMYK 0.96 0.78 0 0.14
HSL 228.63º 0.92% 0.45% -
HSV(B) 228.63º 0.96% 0.86% -
XYZ 14.13 7.42 68.4 -
YUV 56.53 220.25 94.1 -
System Red Green Blue C M Y K H S L
Decimal 9 49 220 0.96 0.78 0 0.14 228.63 0.92 0.45
Hex 9 31 DC 60 4E 0 E E5 5C 2D
Octal 11 61 334 140 116 0 16 345 134 55
Binary 1001 110001 11011100 1100000 1001110 0 1110 11100101 1011100 101101

Color Harmonies of #0931DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0931DC

Black with #0931DC

Text Example


Text Example

White with #0931DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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