Html Css Color HEX #093ADC Persian Blue

📋 copy color: '#093ADC'

red 9 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #093ADC

Tints of Persian Blue #093ADC

RGB

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

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

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

R = 3.14%
G = 20.21%
B = 76.66%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#093ADC (or 0x093ADC) is known color: Persian Blue. HEX triplet: 09, 3A and DC. RGB value is (9,58,220). Sum of RGB (Red+Green+Blue) = 9+58+220=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #093ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ADC is #F6C523. Grayscale: #3D3D3D. Windows color (decimal): -16172324 or 14432777. OLE color: 14432777.

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

Color convert

RGB 9 58 220 -
CMYK 0.96 0.74 0 0.14
HSL 226.07º 0.92% 0.45% -
HSV(B) 226.07º 0.96% 0.86% -
XYZ 14.54 8.25 68.54 -
YUV 61.82 217.27 90.33 -
System Red Green Blue C M Y K H S L
Decimal 9 58 220 0.96 0.74 0 0.14 226.07 0.92 0.45
Hex 9 3A DC 60 4A 0 E E2 5C 2D
Octal 11 72 334 140 112 0 16 342 134 55
Binary 1001 111010 11011100 1100000 1001010 0 1110 11100010 1011100 101101

Color Harmonies of #093ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ADC

Black with #093ADC

Text Example


Text Example

White with #093ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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