Html Css Color HEX #093053 Prussian Blue

📋 copy color: '#093053'

red 9 ◦ green 48 ◦ blue 83

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

Shades of Prussian Blue #093053

Tints of Prussian Blue #093053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 59.29%

R = 6.43%
G = 34.29%
B = 59.29%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093053 (or 0x093053) is known color: Prussian Blue. HEX triplet: 09, 30 and 53. RGB value is (9,48,83). Sum of RGB (Red+Green+Blue) = 9+48+83=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #093053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093053 is #F6CFAC. Grayscale: #282828. Windows color (decimal): -16175021 or 5451785. OLE color: 5451785.

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

Color convert

RGB 9 48 83 -
CMYK 0.89 0.42 0 0.67
HSL 208.38º 0.8% 0.18% -
HSV(B) 208.38º 0.89% 0.33% -
XYZ 2.73 2.8 8.58 -
YUV 40.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 9 48 83 0.89 0.42 0 0.67 208.38 0.8 0.18
Hex 9 30 53 59 2A 0 43 D0 50 12
Octal 11 60 123 131 52 0 103 320 120 22
Binary 1001 110000 1010011 1011001 101010 0 1000011 11010000 1010000 10010

Color Harmonies of #093053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093053

Black with #093053

Text Example


Text Example

White with #093053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093053; }

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

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

background-color css

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

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

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

border-color css

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

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

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