Html Css Color HEX #093FDB Persian Blue

📋 copy color: '#093FDB'

red 9 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #093FDB

Tints of Persian Blue #093FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.65%

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

R = 3.09%
G = 21.65%
B = 75.26%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#093FDB (or 0x093FDB) is known color: Persian Blue. HEX triplet: 09, 3F and DB. RGB value is (9,63,219). Sum of RGB (Red+Green+Blue) = 9+63+219=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #093FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FDB is #F6C024. Grayscale: #3F3F3F. Windows color (decimal): -16171045 or 14368521. OLE color: 14368521.

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

Color convert

RGB 9 63 219 -
CMYK 0.96 0.71 0 0.14
HSL 224.57º 0.92% 0.45% -
HSV(B) 224.57º 0.96% 0.86% -
XYZ 14.68 8.73 67.93 -
YUV 64.64 215.11 88.32 -
System Red Green Blue C M Y K H S L
Decimal 9 63 219 0.96 0.71 0 0.14 224.57 0.92 0.45
Hex 9 3F DB 60 47 0 E E1 5C 2D
Octal 11 77 333 140 107 0 16 341 134 55
Binary 1001 111111 11011011 1100000 1000111 0 1110 11100001 1011100 101101

Color Harmonies of #093FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FDB

Black with #093FDB

Text Example


Text Example

White with #093FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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