Html Css Color HEX #093CEF Persian Blue

📋 copy color: '#093CEF'

red 9 ◦ green 60 ◦ blue 239

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

Shades of Persian Blue #093CEF

Tints of Persian Blue #093CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.6%

R = 2.92%
G = 19.48%
B = 77.6%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#093CEF (or 0x093CEF) is known color: Persian Blue. HEX triplet: 09, 3C and EF. RGB value is (9,60,239). Sum of RGB (Red+Green+Blue) = 9+60+239=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #093CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093CEF is #F6C310. Grayscale: #404040. Windows color (decimal): -16171793 or 15678473. OLE color: 15678473.

HSL color Cylindrical-coordinate representation of color #093CEF: hue angle of 226.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CEF is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 60 239 -
CMYK 0.96 0.75 0 0.06
HSL 226.7º 0.93% 0.49% -
HSV(B) 226.7º 0.96% 0.94% -
XYZ 17.31 9.52 82.59 -
YUV 65.16 226.1 87.95 -
System Red Green Blue C M Y K H S L
Decimal 9 60 239 0.96 0.75 0 0.06 226.7 0.93 0.49
Hex 9 3C EF 60 4B 0 6 E3 5D 31
Octal 11 74 357 140 113 0 6 343 135 61
Binary 1001 111100 11101111 1100000 1001011 0 110 11100011 1011101 110001

Color Harmonies of #093CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CEF

Black with #093CEF

Text Example


Text Example

White with #093CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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