Html Css Color HEX #092BCF Persian Blue

📋 copy color: '#092BCF'

red 9 ◦ green 43 ◦ blue 207

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

Shades of Persian Blue #092BCF

Tints of Persian Blue #092BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

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

R = 3.47%
G = 16.6%
B = 79.92%

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

#092BCF (or 0x092BCF) is known color: Persian Blue. HEX triplet: 09, 2B and CF. RGB value is (9,43,207). Sum of RGB (Red+Green+Blue) = 9+43+207=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #092BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BCF is #F6D430. Grayscale: #323232. Windows color (decimal): -16176177 or 13576969. OLE color: 13576969.

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

Color convert

RGB 9 43 207 -
CMYK 0.96 0.79 0 0.19
HSL 229.7º 0.92% 0.42% -
HSV(B) 229.7º 0.96% 0.81% -
XYZ 12.24 6.29 59.6 -
YUV 51.53 215.74 97.66 -
System Red Green Blue C M Y K H S L
Decimal 9 43 207 0.96 0.79 0 0.19 229.7 0.92 0.42
Hex 9 2B CF 60 4F 0 13 E6 5C 2A
Octal 11 53 317 140 117 0 23 346 134 52
Binary 1001 101011 11001111 1100000 1001111 0 10011 11100110 1011100 101010

Color Harmonies of #092BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BCF

Black with #092BCF

Text Example


Text Example

White with #092BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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