Html Css Color HEX #092FCC Persian Blue

📋 copy color: '#092FCC'

red 9 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #092FCC

Tints of Persian Blue #092FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 78.46%

R = 3.46%
G = 18.08%
B = 78.46%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#092FCC (or 0x092FCC) is known color: Persian Blue. HEX triplet: 09, 2F and CC. RGB value is (9,47,204). Sum of RGB (Red+Green+Blue) = 9+47+204=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #092FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FCC is #F6D033. Grayscale: #343434. Windows color (decimal): -16175156 or 13381385. OLE color: 13381385.

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

Color convert

RGB 9 47 204 -
CMYK 0.96 0.77 0 0.2
HSL 228.31º 0.92% 0.42% -
HSV(B) 228.31º 0.96% 0.8% -
XYZ 12.03 6.45 57.74 -
YUV 53.54 212.91 96.23 -
System Red Green Blue C M Y K H S L
Decimal 9 47 204 0.96 0.77 0 0.2 228.31 0.92 0.42
Hex 9 2F CC 60 4D 0 14 E4 5C 2A
Octal 11 57 314 140 115 0 24 344 134 52
Binary 1001 101111 11001100 1100000 1001101 0 10100 11100100 1011100 101010

Color Harmonies of #092FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092FCC

Black with #092FCC

Text Example


Text Example

White with #092FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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