Html Css Color HEX #093BDC Persian Blue

📋 copy color: '#093BDC'

red 9 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #093BDC

Tints of Persian Blue #093BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

 BLUE value IS 220 (86.33% from 255) = 76.39%

R = 3.13%
G = 20.49%
B = 76.39%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#093BDC (or 0x093BDC) is known color: Persian Blue. HEX triplet: 09, 3B and DC. RGB value is (9,59,220). Sum of RGB (Red+Green+Blue) = 9+59+220=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #093BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BDC is #F6C423. Grayscale: #3D3D3D. Windows color (decimal): -16172068 or 14433033. OLE color: 14433033.

HSL color Cylindrical-coordinate representation of color #093BDC: hue angle of 225.78º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093BDC is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 59 220 -
CMYK 0.96 0.73 0 0.14
HSL 225.78º 0.92% 0.45% -
HSV(B) 225.78º 0.96% 0.86% -
XYZ 14.59 8.35 68.55 -
YUV 62.4 216.94 89.91 -
System Red Green Blue C M Y K H S L
Decimal 9 59 220 0.96 0.73 0 0.14 225.78 0.92 0.45
Hex 9 3B DC 60 49 0 E E2 5C 2D
Octal 11 73 334 140 111 0 16 342 134 55
Binary 1001 111011 11011100 1100000 1001001 0 1110 11100010 1011100 101101

Color Harmonies of #093BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BDC

Black with #093BDC

Text Example


Text Example

White with #093BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,59,220); }

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

background-color css

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

 a { background-color: rgb(9,59,220); }

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

border-color css

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

 span { border-color: rgb(9,59,220); }

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