Html Css Color HEX #0938BF Persian Blue

📋 copy color: '#0938BF'

red 9 ◦ green 56 ◦ blue 191

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

Shades of Persian Blue #0938BF

Tints of Persian Blue #0938BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.61%

R = 3.52%
G = 21.88%
B = 74.61%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0938BF (or 0x0938BF) is known color: Persian Blue. HEX triplet: 09, 38 and BF. RGB value is (9,56,191). Sum of RGB (Red+Green+Blue) = 9+56+191=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #0938BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938BF is #F6C740. Grayscale: #383838. Windows color (decimal): -16172865 or 12531721. OLE color: 12531721.

HSL color Cylindrical-coordinate representation of color #0938BF: hue angle of 224.51º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0938BF is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 56 191 -
CMYK 0.95 0.71 0 0.25
HSL 224.51º 0.91% 0.39% -
HSV(B) 224.51º 0.95% 0.75% -
XYZ 10.93 6.65 50 -
YUV 57.34 203.43 93.52 -
System Red Green Blue C M Y K H S L
Decimal 9 56 191 0.95 0.71 0 0.25 224.51 0.91 0.39
Hex 9 38 BF 5F 47 0 19 E1 5B 27
Octal 11 70 277 137 107 0 31 341 133 47
Binary 1001 111000 10111111 1011111 1000111 0 11001 11100001 1011011 100111

Color Harmonies of #0938BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0938BF

Black with #0938BF

Text Example


Text Example

White with #0938BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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