Html Css Color HEX #092FDB Persian Blue

📋 copy color: '#092FDB'

red 9 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #092FDB

Tints of Persian Blue #092FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.09%

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

R = 3.27%
G = 17.09%
B = 79.64%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#092FDB (or 0x092FDB) is known color: Persian Blue. HEX triplet: 09, 2F and DB. RGB value is (9,47,219). Sum of RGB (Red+Green+Blue) = 9+47+219=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #092FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FDB is #F6D024. Grayscale: #363636. Windows color (decimal): -16175141 or 14364425. OLE color: 14364425.

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

Color convert

RGB 9 47 219 -
CMYK 0.96 0.79 0 0.14
HSL 229.14º 0.92% 0.45% -
HSV(B) 229.14º 0.96% 0.86% -
XYZ 13.92 7.21 67.68 -
YUV 55.25 220.41 95.01 -
System Red Green Blue C M Y K H S L
Decimal 9 47 219 0.96 0.79 0 0.14 229.14 0.92 0.45
Hex 9 2F DB 60 4F 0 E E5 5C 2D
Octal 11 57 333 140 117 0 16 345 134 55
Binary 1001 101111 11011011 1100000 1001111 0 1110 11100101 1011100 101101

Color Harmonies of #092FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FDB

Black with #092FDB

Text Example


Text Example

White with #092FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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