Html Css Color HEX #092ACD Persian Blue

📋 copy color: '#092ACD'

red 9 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #092ACD

Tints of Persian Blue #092ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.41%

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

R = 3.52%
G = 16.41%
B = 80.08%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#092ACD (or 0x092ACD) is known color: Persian Blue. HEX triplet: 09, 2A and CD. RGB value is (9,42,205). Sum of RGB (Red+Green+Blue) = 9+42+205=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #092ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ACD is #F6D532. Grayscale: #323232. Windows color (decimal): -16176435 or 13445641. OLE color: 13445641.

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

Color convert

RGB 9 42 205 -
CMYK 0.96 0.80 0 0.20
HSL 229.9º 0.92% 0.42% -
HSV(B) 229.9º 0.96% 0.8% -
XYZ 11.96 6.12 58.31 -
YUV 50.72 215.07 98.25 -
System Red Green Blue C M Y K H S L
Decimal 9 42 205 0.96 0.80 0 0.20 229.9 0.92 0.42
Hex 9 2A CD 60 50 0 14 E6 5C 2A
Octal 11 52 315 140 120 0 24 346 134 52
Binary 1001 101010 11001101 1100000 1010000 0 10100 11100110 1011100 101010

Color Harmonies of #092ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ACD

Black with #092ACD

Text Example


Text Example

White with #092ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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