Html Css Color HEX #093FCE Persian Blue

📋 copy color: '#093FCE'

red 9 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #093FCE

Tints of Persian Blue #093FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

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

R = 3.24%
G = 22.66%
B = 74.1%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#093FCE (or 0x093FCE) is known color: Persian Blue. HEX triplet: 09, 3F and CE. RGB value is (9,63,206). Sum of RGB (Red+Green+Blue) = 9+63+206=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #093FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FCE is #F6C031. Grayscale: #3E3E3E. Windows color (decimal): -16171058 or 13516553. OLE color: 13516553.

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

Color convert

RGB 9 63 206 -
CMYK 0.96 0.69 0 0.19
HSL 223.55º 0.92% 0.42% -
HSV(B) 223.55º 0.96% 0.81% -
XYZ 13.03 8.07 59.26 -
YUV 63.16 208.61 89.37 -
System Red Green Blue C M Y K H S L
Decimal 9 63 206 0.96 0.69 0 0.19 223.55 0.92 0.42
Hex 9 3F CE 60 45 0 13 E0 5C 2A
Octal 11 77 316 140 105 0 23 340 134 52
Binary 1001 111111 11001110 1100000 1000101 0 10011 11100000 1011100 101010

Color Harmonies of #093FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FCE

Black with #093FCE

Text Example


Text Example

White with #093FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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