Html Css Color HEX #0937CC Persian Blue

📋 copy color: '#0937CC'

red 9 ◦ green 55 ◦ blue 204

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

Shades of Persian Blue #0937CC

Tints of Persian Blue #0937CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.12%

R = 3.36%
G = 20.52%
B = 76.12%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0937CC (or 0x0937CC) is known color: Persian Blue. HEX triplet: 09, 37 and CC. RGB value is (9,55,204). Sum of RGB (Red+Green+Blue) = 9+55+204=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #0937CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937CC is #F6C833. Grayscale: #393939. Windows color (decimal): -16173108 or 13383433. OLE color: 13383433.

HSL color Cylindrical-coordinate representation of color #0937CC: hue angle of 225.85º 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 #0937CC is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 55 204 -
CMYK 0.96 0.73 0 0.2
HSL 225.85º 0.92% 0.42% -
HSV(B) 225.85º 0.96% 0.8% -
XYZ 12.38 7.15 57.85 -
YUV 58.23 210.26 92.88 -
System Red Green Blue C M Y K H S L
Decimal 9 55 204 0.96 0.73 0 0.2 225.85 0.92 0.42
Hex 9 37 CC 60 49 0 14 E2 5C 2A
Octal 11 67 314 140 111 0 24 342 134 52
Binary 1001 110111 11001100 1100000 1001001 0 10100 11100010 1011100 101010

Color Harmonies of #0937CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0937CC

Black with #0937CC

Text Example


Text Example

White with #0937CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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