Html Css Color HEX #093ACF Persian Blue

📋 copy color: '#093ACF'

red 9 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #093ACF

Tints of Persian Blue #093ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 207 (81.25% from 255) = 75.55%

R = 3.28%
G = 21.17%
B = 75.55%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#093ACF (or 0x093ACF) is known color: Persian Blue. HEX triplet: 09, 3A and CF. RGB value is (9,58,207). Sum of RGB (Red+Green+Blue) = 9+58+207=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #093ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ACF is #F6C530. Grayscale: #3B3B3B. Windows color (decimal): -16172337 or 13580809. OLE color: 13580809.

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

Color convert

RGB 9 58 207 -
CMYK 0.96 0.72 0 0.19
HSL 225.15º 0.92% 0.42% -
HSV(B) 225.15º 0.96% 0.81% -
XYZ 12.89 7.59 59.82 -
YUV 60.34 210.77 91.38 -
System Red Green Blue C M Y K H S L
Decimal 9 58 207 0.96 0.72 0 0.19 225.15 0.92 0.42
Hex 9 3A CF 60 48 0 13 E1 5C 2A
Octal 11 72 317 140 110 0 23 341 134 52
Binary 1001 111010 11001111 1100000 1001000 0 10011 11100001 1011100 101010

Color Harmonies of #093ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ACF

Black with #093ACF

Text Example


Text Example

White with #093ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,58,207); }

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

background-color css

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

 a { background-color: rgb(9,58,207); }

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

border-color css

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

 span { border-color: rgb(9,58,207); }

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