Html Css Color HEX #093ADB Persian Blue

📋 copy color: '#093ADB'

red 9 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #093ADB

Tints of Persian Blue #093ADB

RGB

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

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

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

R = 3.15%
G = 20.28%
B = 76.57%

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

#093ADB (or 0x093ADB) is known color: Persian Blue. HEX triplet: 09, 3A and DB. RGB value is (9,58,219). Sum of RGB (Red+Green+Blue) = 9+58+219=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #093ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ADB is #F6C524. Grayscale: #3D3D3D. Windows color (decimal): -16172325 or 14367241. OLE color: 14367241.

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

Color convert

RGB 9 58 219 -
CMYK 0.96 0.74 0 0.14
HSL 226º 0.92% 0.45% -
HSV(B) 226º 0.96% 0.86% -
XYZ 14.41 8.2 67.84 -
YUV 61.7 216.77 90.41 -
System Red Green Blue C M Y K H S L
Decimal 9 58 219 0.96 0.74 0 0.14 226 0.92 0.45
Hex 9 3A DB 60 4A 0 E E2 5C 2D
Octal 11 72 333 140 112 0 16 342 134 55
Binary 1001 111010 11011011 1100000 1001010 0 1110 11100010 1011100 101101

Color Harmonies of #093ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ADB

Black with #093ADB

Text Example


Text Example

White with #093ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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