Html Css Color HEX #093CCE Persian Blue

📋 copy color: '#093CCE'

red 9 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #093CCE

Tints of Persian Blue #093CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.82%

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

R = 3.27%
G = 21.82%
B = 74.91%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#093CCE (or 0x093CCE) is known color: Persian Blue. HEX triplet: 09, 3C and CE. RGB value is (9,60,206). Sum of RGB (Red+Green+Blue) = 9+60+206=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #093CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CCE is #F6C331. Grayscale: #3C3C3C. Windows color (decimal): -16171826 or 13515785. OLE color: 13515785.

HSL color Cylindrical-coordinate representation of color #093CCE: hue angle of 224.47º 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 #093CCE is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 60 206 -
CMYK 0.96 0.71 0 0.19
HSL 224.47º 0.92% 0.42% -
HSV(B) 224.47º 0.96% 0.81% -
XYZ 12.87 7.75 59.21 -
YUV 61.4 209.6 90.63 -
System Red Green Blue C M Y K H S L
Decimal 9 60 206 0.96 0.71 0 0.19 224.47 0.92 0.42
Hex 9 3C CE 60 47 0 13 E0 5C 2A
Octal 11 74 316 140 107 0 23 340 134 52
Binary 1001 111100 11001110 1100000 1000111 0 10011 11100000 1011100 101010

Color Harmonies of #093CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CCE

Black with #093CCE

Text Example


Text Example

White with #093CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093CCE; }

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

 H1.HeaderClassName
 {
   color: #093CCE;
 }
 .AnyTagClassName
 {
   color: #093CCE;
 }
</style>

background-color css

<style>
 a { background-color: #093CCE; }

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

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

border-color css

<style>
 span { border-color: #093CCE; }

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

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