Html Css Color HEX #092FC0 Persian Blue

📋 copy color: '#092FC0'

red 9 ◦ green 47 ◦ blue 192

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

Shades of Persian Blue #092FC0

Tints of Persian Blue #092FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.95%

 BLUE value IS 192 (75.39% from 255) = 77.42%

R = 3.63%
G = 18.95%
B = 77.42%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#092FC0 (or 0x092FC0) is known color: Persian Blue. HEX triplet: 09, 2F and C0. RGB value is (9,47,192). Sum of RGB (Red+Green+Blue) = 9+47+192=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 192 (75.39% from 255 or 77.42% from 248); Max value from RGB is 192 - color contains mainly: blue. Hex color #092FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FC0 is #F6D03F. Grayscale: #333333. Windows color (decimal): -16175168 or 12594953. OLE color: 12594953.

HSL color Cylindrical-coordinate representation of color #092FC0: hue angle of 227.54º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092FC0 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 47 192 -
CMYK 0.95 0.76 0 0.25
HSL 227.54º 0.91% 0.39% -
HSV(B) 227.54º 0.95% 0.75% -
XYZ 10.64 5.9 50.45 -
YUV 52.17 206.91 97.21 -
System Red Green Blue C M Y K H S L
Decimal 9 47 192 0.95 0.76 0 0.25 227.54 0.91 0.39
Hex 9 2F C0 5F 4C 0 19 E4 5B 27
Octal 11 57 300 137 114 0 31 344 133 47
Binary 1001 101111 11000000 1011111 1001100 0 11001 11100100 1011011 100111

Color Harmonies of #092FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FC0

Black with #092FC0

Text Example


Text Example

White with #092FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,47,192); }

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

background-color css

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

 a { background-color: rgb(9,47,192); }

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

border-color css

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

 span { border-color: rgb(9,47,192); }

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