Html Css Color HEX #0939DF Persian Blue

📋 copy color: '#0939DF'

red 9 ◦ green 57 ◦ blue 223

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

Shades of Persian Blue #0939DF

Tints of Persian Blue #0939DF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.72%

 BLUE value IS 223 (87.5% from 255) = 77.16%

R = 3.11%
G = 19.72%
B = 77.16%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0939DF (or 0x0939DF) is known color: Persian Blue. HEX triplet: 09, 39 and DF. RGB value is (9,57,223). Sum of RGB (Red+Green+Blue) = 9+57+223=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #0939DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0939DF is #F6C620. Grayscale: #3C3C3C. Windows color (decimal): -16172577 or 14629129. OLE color: 14629129.

HSL color Cylindrical-coordinate representation of color #0939DF: hue angle of 226.54º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0939DF is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 57 223 -
CMYK 0.96 0.74 0 0.13
HSL 226.54º 0.92% 0.45% -
HSV(B) 226.54º 0.96% 0.87% -
XYZ 14.9 8.31 70.63 -
YUV 61.57 219.1 90.5 -
System Red Green Blue C M Y K H S L
Decimal 9 57 223 0.96 0.74 0 0.13 226.54 0.92 0.45
Hex 9 39 DF 60 4A 0 D E3 5C 2D
Octal 11 71 337 140 112 0 15 343 134 55
Binary 1001 111001 11011111 1100000 1001010 0 1101 11100011 1011100 101101

Color Harmonies of #0939DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0939DF

Black with #0939DF

Text Example


Text Example

White with #0939DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0939DF; }

 p { color: rgb(9,57,223); }

 H1.HeaderClassName
 {
   color: #0939DF;
 }
 .AnyTagClassName
 {
   color: #0939DF;
 }
</style>

background-color css

<style>
 a { background-color: #0939DF; }

 a { background-color: rgb(9,57,223); }

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

border-color css

<style>
 span { border-color: #0939DF; }

 span { border-color: rgb(9,57,223); }

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