Html Css Color HEX #092CCA Persian Blue

📋 copy color: '#092CCA'

red 9 ◦ green 44 ◦ blue 202

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

Shades of Persian Blue #092CCA

Tints of Persian Blue #092CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 79.22%

R = 3.53%
G = 17.25%
B = 79.22%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#092CCA (or 0x092CCA) is known color: Persian Blue. HEX triplet: 09, 2C and CA. RGB value is (9,44,202). Sum of RGB (Red+Green+Blue) = 9+44+202=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #092CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CCA is #F6D335. Grayscale: #323232. Windows color (decimal): -16175926 or 13249545. OLE color: 13249545.

HSL color Cylindrical-coordinate representation of color #092CCA: hue angle of 229.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092CCA is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 44 202 -
CMYK 0.96 0.78 0 0.21
HSL 229.12º 0.91% 0.41% -
HSV(B) 229.12º 0.96% 0.79% -
XYZ 11.67 6.12 56.44 -
YUV 51.55 212.9 97.65 -
System Red Green Blue C M Y K H S L
Decimal 9 44 202 0.96 0.78 0 0.21 229.12 0.91 0.41
Hex 9 2C CA 60 4E 0 15 E5 5B 29
Octal 11 54 312 140 116 0 25 345 133 51
Binary 1001 101100 11001010 1100000 1001110 0 10101 11100101 1011011 101001

Color Harmonies of #092CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CCA

Black with #092CCA

Text Example


Text Example

White with #092CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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