Html Css Color HEX #093052 Prussian Blue

📋 copy color: '#093052'

red 9 ◦ green 48 ◦ blue 82

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

Shades of Prussian Blue #093052

Tints of Prussian Blue #093052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

 BLUE value IS 82 (32.42% from 255) = 58.99%

R = 6.47%
G = 34.53%
B = 58.99%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#093052 (or 0x093052) is known color: Prussian Blue. HEX triplet: 09, 30 and 52. RGB value is (9,48,82). Sum of RGB (Red+Green+Blue) = 9+48+82=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #093052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093052 is #F6CFAD. Grayscale: #282828. Windows color (decimal): -16175022 or 5386249. OLE color: 5386249.

HSL color Cylindrical-coordinate representation of color #093052: hue angle of 207.95º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093052 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 48 82 -
CMYK 0.89 0.41 0 0.68
HSL 207.95º 0.8% 0.18% -
HSV(B) 207.95º 0.89% 0.32% -
XYZ 2.69 2.78 8.38 -
YUV 40.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 9 48 82 0.89 0.41 0 0.68 207.95 0.8 0.18
Hex 9 30 52 59 29 0 44 D0 50 12
Octal 11 60 122 131 51 0 104 320 120 22
Binary 1001 110000 1010010 1011001 101001 0 1000100 11010000 1010000 10010

Color Harmonies of #093052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093052

Black with #093052

Text Example


Text Example

White with #093052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093052; }

 p { color: rgb(9,48,82); }

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

background-color css

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

 a { background-color: rgb(9,48,82); }

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

border-color css

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

 span { border-color: rgb(9,48,82); }

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