Html Css Color HEX #092CDA Persian Blue

📋 copy color: '#092CDA'

red 9 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #092CDA

Tints of Persian Blue #092CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

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

R = 3.32%
G = 16.24%
B = 80.44%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#092CDA (or 0x092CDA) is known color: Persian Blue. HEX triplet: 09, 2C and DA. RGB value is (9,44,218). Sum of RGB (Red+Green+Blue) = 9+44+218=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #092CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CDA is #F6D325. Grayscale: #343434. Windows color (decimal): -16175910 or 14298121. OLE color: 14298121.

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

Color convert

RGB 9 44 218 -
CMYK 0.96 0.80 0 0.15
HSL 229.95º 0.92% 0.45% -
HSV(B) 229.95º 0.96% 0.85% -
XYZ 13.67 6.92 66.95 -
YUV 53.37 220.9 96.35 -
System Red Green Blue C M Y K H S L
Decimal 9 44 218 0.96 0.80 0 0.15 229.95 0.92 0.45
Hex 9 2C DA 60 50 0 F E6 5C 2D
Octal 11 54 332 140 120 0 17 346 134 55
Binary 1001 101100 11011010 1100000 1010000 0 1111 11100110 1011100 101101

Color Harmonies of #092CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CDA

Black with #092CDA

Text Example


Text Example

White with #092CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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