Html Css Color HEX #093062 Prussian Blue

📋 copy color: '#093062'

red 9 ◦ green 48 ◦ blue 98

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

Shades of Prussian Blue #093062

Tints of Prussian Blue #093062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 63.23%

R = 5.81%
G = 30.97%
B = 63.23%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093062 (or 0x093062) is known color: Prussian Blue. HEX triplet: 09, 30 and 62. RGB value is (9,48,98). Sum of RGB (Red+Green+Blue) = 9+48+98=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #093062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093062 is #F6CF9D. Grayscale: #292929. Windows color (decimal): -16175006 or 6434825. OLE color: 6434825.

HSL color Cylindrical-coordinate representation of color #093062: hue angle of 213.71º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093062 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 48 98 -
CMYK 0.91 0.51 0 0.62
HSL 213.71º 0.83% 0.21% -
HSV(B) 213.71º 0.91% 0.38% -
XYZ 3.37 3.05 11.97 -
YUV 42.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 9 48 98 0.91 0.51 0 0.62 213.71 0.83 0.21
Hex 9 30 62 5B 33 0 3E D6 53 15
Octal 11 60 142 133 63 0 76 326 123 25
Binary 1001 110000 1100010 1011011 110011 0 111110 11010110 1010011 10101

Color Harmonies of #093062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093062

Black with #093062

Text Example


Text Example

White with #093062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093062; }

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

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

background-color css

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

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

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

border-color css

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

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

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