Html Css Color HEX #0937CE Persian Blue

📋 copy color: '#0937CE'

red 9 ◦ green 55 ◦ blue 206

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

Shades of Persian Blue #0937CE

Tints of Persian Blue #0937CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 3.33%
G = 20.37%
B = 76.3%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0937CE (or 0x0937CE) is known color: Persian Blue. HEX triplet: 09, 37 and CE. RGB value is (9,55,206). Sum of RGB (Red+Green+Blue) = 9+55+206=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #0937CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937CE is #F6C831. Grayscale: #393939. Windows color (decimal): -16173106 or 13514505. OLE color: 13514505.

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

Color convert

RGB 9 55 206 -
CMYK 0.96 0.73 0 0.19
HSL 225.99º 0.92% 0.42% -
HSV(B) 225.99º 0.96% 0.81% -
XYZ 12.62 7.25 59.13 -
YUV 58.46 211.26 92.72 -
System Red Green Blue C M Y K H S L
Decimal 9 55 206 0.96 0.73 0 0.19 225.99 0.92 0.42
Hex 9 37 CE 60 49 0 13 E2 5C 2A
Octal 11 67 316 140 111 0 23 342 134 52
Binary 1001 110111 11001110 1100000 1001001 0 10011 11100010 1011100 101010

Color Harmonies of #0937CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0937CE

Black with #0937CE

Text Example


Text Example

White with #0937CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0937CE; }

 p { color: rgb(9,55,206); }

 H1.HeaderClassName
 {
   color: #0937CE;
 }
 .AnyTagClassName
 {
   color: #0937CE;
 }
</style>

background-color css

<style>
 a { background-color: #0937CE; }

 a { background-color: rgb(9,55,206); }

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

border-color css

<style>
 span { border-color: #0937CE; }

 span { border-color: rgb(9,55,206); }

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