Html Css Color HEX #092DDA Persian Blue

📋 copy color: '#092DDA'

red 9 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #092DDA

Tints of Persian Blue #092DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

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

R = 3.31%
G = 16.54%
B = 80.15%

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

#092DDA (or 0x092DDA) is known color: Persian Blue. HEX triplet: 09, 2D and DA. RGB value is (9,45,218). Sum of RGB (Red+Green+Blue) = 9+45+218=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #092DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DDA is #F6D225. Grayscale: #353535. Windows color (decimal): -16175654 or 14298377. OLE color: 14298377.

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

Color convert

RGB 9 45 218 -
CMYK 0.96 0.79 0 0.15
HSL 229.67º 0.92% 0.45% -
HSV(B) 229.67º 0.96% 0.85% -
XYZ 13.71 7 66.96 -
YUV 53.96 220.57 95.93 -
System Red Green Blue C M Y K H S L
Decimal 9 45 218 0.96 0.79 0 0.15 229.67 0.92 0.45
Hex 9 2D DA 60 4F 0 F E6 5C 2D
Octal 11 55 332 140 117 0 17 346 134 55
Binary 1001 101101 11011010 1100000 1001111 0 1111 11100110 1011100 101101

Color Harmonies of #092DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DDA

Black with #092DDA

Text Example


Text Example

White with #092DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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