Html Css Color HEX #092CCF Persian Blue

📋 copy color: '#092CCF'

red 9 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #092CCF

Tints of Persian Blue #092CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.62%

R = 3.46%
G = 16.92%
B = 79.62%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#092CCF (or 0x092CCF) is known color: Persian Blue. HEX triplet: 09, 2C and CF. RGB value is (9,44,207). Sum of RGB (Red+Green+Blue) = 9+44+207=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #092CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CCF is #F6D330. Grayscale: #333333. Windows color (decimal): -16175921 or 13577225. OLE color: 13577225.

HSL color Cylindrical-coordinate representation of color #092CCF: hue angle of 229.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092CCF is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 44 207 -
CMYK 0.96 0.79 0 0.19
HSL 229.39º 0.92% 0.42% -
HSV(B) 229.39º 0.96% 0.81% -
XYZ 12.28 6.36 59.61 -
YUV 52.12 215.4 97.25 -
System Red Green Blue C M Y K H S L
Decimal 9 44 207 0.96 0.79 0 0.19 229.39 0.92 0.42
Hex 9 2C CF 60 4F 0 13 E5 5C 2A
Octal 11 54 317 140 117 0 23 345 134 52
Binary 1001 101100 11001111 1100000 1001111 0 10011 11100101 1011100 101010

Color Harmonies of #092CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CCF

Black with #092CCF

Text Example


Text Example

White with #092CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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