Html Css Color HEX #092EDA Persian Blue

📋 copy color: '#092EDA'

red 9 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #092EDA

Tints of Persian Blue #092EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.85%

 BLUE value IS 218 (85.55% from 255) = 79.85%

R = 3.3%
G = 16.85%
B = 79.85%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#092EDA (or 0x092EDA) is known color: Persian Blue. HEX triplet: 09, 2E and DA. RGB value is (9,46,218). Sum of RGB (Red+Green+Blue) = 9+46+218=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #092EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EDA is #F6D125. Grayscale: #353535. Windows color (decimal): -16175398 or 14298633. OLE color: 14298633.

HSL color Cylindrical-coordinate representation of color #092EDA: hue angle of 229.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092EDA is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 46 218 -
CMYK 0.96 0.79 0 0.15
HSL 229.38º 0.92% 0.45% -
HSV(B) 229.38º 0.96% 0.85% -
XYZ 13.74 7.07 66.97 -
YUV 54.55 220.24 95.51 -
System Red Green Blue C M Y K H S L
Decimal 9 46 218 0.96 0.79 0 0.15 229.38 0.92 0.45
Hex 9 2E DA 60 4F 0 F E5 5C 2D
Octal 11 56 332 140 117 0 17 345 134 55
Binary 1001 101110 11011010 1100000 1001111 0 1111 11100101 1011100 101101

Color Harmonies of #092EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092EDA

Black with #092EDA

Text Example


Text Example

White with #092EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,46,218); }

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

background-color css

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

 a { background-color: rgb(9,46,218); }

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

border-color css

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

 span { border-color: rgb(9,46,218); }

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