Html Css Color HEX #093CDB Persian Blue

📋 copy color: '#093CDB'

red 9 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #093CDB

Tints of Persian Blue #093CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.04%

R = 3.13%
G = 20.83%
B = 76.04%

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

#093CDB (or 0x093CDB) is known color: Persian Blue. HEX triplet: 09, 3C and DB. RGB value is (9,60,219). Sum of RGB (Red+Green+Blue) = 9+60+219=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #093CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CDB is #F6C324. Grayscale: #3E3E3E. Windows color (decimal): -16171813 or 14367753. OLE color: 14367753.

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

Color convert

RGB 9 60 219 -
CMYK 0.96 0.73 0 0.14
HSL 225.43º 0.92% 0.45% -
HSV(B) 225.43º 0.96% 0.86% -
XYZ 14.51 8.4 67.88 -
YUV 62.88 216.1 89.57 -
System Red Green Blue C M Y K H S L
Decimal 9 60 219 0.96 0.73 0 0.14 225.43 0.92 0.45
Hex 9 3C DB 60 49 0 E E1 5C 2D
Octal 11 74 333 140 111 0 16 341 134 55
Binary 1001 111100 11011011 1100000 1001001 0 1110 11100001 1011100 101101

Color Harmonies of #093CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CDB

Black with #093CDB

Text Example


Text Example

White with #093CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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