Html Css Color HEX #092BC9 Persian Blue

📋 copy color: '#092BC9'

red 9 ◦ green 43 ◦ blue 201

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

Shades of Persian Blue #092BC9

Tints of Persian Blue #092BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 79.45%

R = 3.56%
G = 17%
B = 79.45%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#092BC9 (or 0x092BC9) is known color: Persian Blue. HEX triplet: 09, 2B and C9. RGB value is (9,43,201). Sum of RGB (Red+Green+Blue) = 9+43+201=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 201 (78.91% from 255 or 79.45% from 253); Max value from RGB is 201 - color contains mainly: blue. Hex color #092BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BC9 is #F6D436. Grayscale: #323232. Windows color (decimal): -16176183 or 13183753. OLE color: 13183753.

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

Color convert

RGB 9 43 201 -
CMYK 0.96 0.79 0 0.21
HSL 229.38º 0.91% 0.41% -
HSV(B) 229.38º 0.96% 0.79% -
XYZ 11.52 6 55.81 -
YUV 50.85 212.74 98.15 -
System Red Green Blue C M Y K H S L
Decimal 9 43 201 0.96 0.79 0 0.21 229.38 0.91 0.41
Hex 9 2B C9 60 4F 0 15 E5 5B 29
Octal 11 53 311 140 117 0 25 345 133 51
Binary 1001 101011 11001001 1100000 1001111 0 10101 11100101 1011011 101001

Color Harmonies of #092BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092BC9

Black with #092BC9

Text Example


Text Example

White with #092BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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