Html Css Color HEX #092CCD Persian Blue

📋 copy color: '#092CCD'

red 9 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #092CCD

Tints of Persian Blue #092CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 79.46%

R = 3.49%
G = 17.05%
B = 79.46%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#092CCD (or 0x092CCD) is known color: Persian Blue. HEX triplet: 09, 2C and CD. RGB value is (9,44,205). Sum of RGB (Red+Green+Blue) = 9+44+205=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #092CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CCD is #F6D332. Grayscale: #333333. Windows color (decimal): -16175923 or 13446153. OLE color: 13446153.

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

Color convert

RGB 9 44 205 -
CMYK 0.96 0.79 0 0.20
HSL 229.29º 0.92% 0.42% -
HSV(B) 229.29º 0.96% 0.8% -
XYZ 12.03 6.27 58.33 -
YUV 51.89 214.4 97.41 -
System Red Green Blue C M Y K H S L
Decimal 9 44 205 0.96 0.79 0 0.20 229.29 0.92 0.42
Hex 9 2C CD 60 4F 0 14 E5 5C 2A
Octal 11 54 315 140 117 0 24 345 134 52
Binary 1001 101100 11001101 1100000 1001111 0 10100 11100101 1011100 101010

Color Harmonies of #092CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CCD

Black with #092CCD

Text Example


Text Example

White with #092CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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