Html Css Color HEX #092DCC Persian Blue

📋 copy color: '#092DCC'

red 9 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #092DCC

Tints of Persian Blue #092DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.44%

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

R = 3.49%
G = 17.44%
B = 79.07%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#092DCC (or 0x092DCC) is known color: Persian Blue. HEX triplet: 09, 2D and CC. RGB value is (9,45,204). Sum of RGB (Red+Green+Blue) = 9+45+204=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #092DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DCC is #F6D233. Grayscale: #333333. Windows color (decimal): -16175668 or 13380873. OLE color: 13380873.

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

Color convert

RGB 9 45 204 -
CMYK 0.96 0.78 0 0.2
HSL 228.92º 0.92% 0.42% -
HSV(B) 228.92º 0.96% 0.8% -
XYZ 11.95 6.29 57.71 -
YUV 52.36 213.57 97.07 -
System Red Green Blue C M Y K H S L
Decimal 9 45 204 0.96 0.78 0 0.2 228.92 0.92 0.42
Hex 9 2D CC 60 4E 0 14 E5 5C 2A
Octal 11 55 314 140 116 0 24 345 134 52
Binary 1001 101101 11001100 1100000 1001110 0 10100 11100101 1011100 101010

Color Harmonies of #092DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DCC

Black with #092DCC

Text Example


Text Example

White with #092DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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