Html Css Color HEX #0938CD Persian Blue

📋 copy color: '#0938CD'

red 9 ◦ green 56 ◦ blue 205

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

Shades of Persian Blue #0938CD

Tints of Persian Blue #0938CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.74%

 BLUE value IS 205 (80.47% from 255) = 75.93%

R = 3.33%
G = 20.74%
B = 75.93%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0938CD (or 0x0938CD) is known color: Persian Blue. HEX triplet: 09, 38 and CD. RGB value is (9,56,205). Sum of RGB (Red+Green+Blue) = 9+56+205=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #0938CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938CD is #F6C732. Grayscale: #3A3A3A. Windows color (decimal): -16172851 or 13449225. OLE color: 13449225.

HSL color Cylindrical-coordinate representation of color #0938CD: hue angle of 225.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0938CD is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 56 205 -
CMYK 0.96 0.73 0 0.20
HSL 225.61º 0.92% 0.42% -
HSV(B) 225.61º 0.96% 0.8% -
XYZ 12.55 7.29 58.5 -
YUV 58.93 210.43 92.38 -
System Red Green Blue C M Y K H S L
Decimal 9 56 205 0.96 0.73 0 0.20 225.61 0.92 0.42
Hex 9 38 CD 60 49 0 14 E2 5C 2A
Octal 11 70 315 140 111 0 24 342 134 52
Binary 1001 111000 11001101 1100000 1001001 0 10100 11100010 1011100 101010

Color Harmonies of #0938CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938CD

Black with #0938CD

Text Example


Text Example

White with #0938CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0938CD; }

 p { color: rgb(9,56,205); }

 H1.HeaderClassName
 {
   color: #0938CD;
 }
 .AnyTagClassName
 {
   color: #0938CD;
 }
</style>

background-color css

<style>
 a { background-color: #0938CD; }

 a { background-color: rgb(9,56,205); }

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

border-color css

<style>
 span { border-color: #0938CD; }

 span { border-color: rgb(9,56,205); }

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