Html Css Color HEX #092FC8 Persian Blue

📋 copy color: '#092FC8'

red 9 ◦ green 47 ◦ blue 200

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

Shades of Persian Blue #092FC8

Tints of Persian Blue #092FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 78.13%

R = 3.52%
G = 18.36%
B = 78.13%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#092FC8 (or 0x092FC8) is known color: Persian Blue. HEX triplet: 09, 2F and C8. RGB value is (9,47,200). Sum of RGB (Red+Green+Blue) = 9+47+200=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 200 (78.52% from 255 or 78.12% from 256); Max value from RGB is 200 - color contains mainly: blue. Hex color #092FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FC8 is #F6D037. Grayscale: #343434. Windows color (decimal): -16175160 or 13119241. OLE color: 13119241.

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

Color convert

RGB 9 47 200 -
CMYK 0.96 0.76 0 0.22
HSL 228.06º 0.91% 0.41% -
HSV(B) 228.06º 0.96% 0.78% -
XYZ 11.55 6.26 55.24 -
YUV 53.08 210.91 96.56 -
System Red Green Blue C M Y K H S L
Decimal 9 47 200 0.96 0.76 0 0.22 228.06 0.91 0.41
Hex 9 2F C8 60 4C 0 16 E4 5B 29
Octal 11 57 310 140 114 0 26 344 133 51
Binary 1001 101111 11001000 1100000 1001100 0 10110 11100100 1011011 101001

Color Harmonies of #092FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FC8

Black with #092FC8

Text Example


Text Example

White with #092FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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