Html Css Color HEX #093858 Prussian Blue

📋 copy color: '#093858'

red 9 ◦ green 56 ◦ blue 88

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

Shades of Prussian Blue #093858

Tints of Prussian Blue #093858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.6%

 BLUE value IS 88 (34.77% from 255) = 57.52%

R = 5.88%
G = 36.6%
B = 57.52%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093858 (or 0x093858) is known color: Prussian Blue. HEX triplet: 09, 38 and 58. RGB value is (9,56,88). Sum of RGB (Red+Green+Blue) = 9+56+88=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #093858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093858 is #F6C7A7. Grayscale: #2D2D2D. Windows color (decimal): -16172968 or 5781513. OLE color: 5781513.

HSL color Cylindrical-coordinate representation of color #093858: hue angle of 204.3º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093858 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 56 88 -
CMYK 0.90 0.36 0 0.65
HSL 204.3º 0.81% 0.19% -
HSV(B) 204.3º 0.9% 0.35% -
XYZ 3.29 3.59 9.75 -
YUV 45.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 9 56 88 0.90 0.36 0 0.65 204.3 0.81 0.19
Hex 9 38 58 5A 24 0 41 CC 51 13
Octal 11 70 130 132 44 0 101 314 121 23
Binary 1001 111000 1011000 1011010 100100 0 1000001 11001100 1010001 10011

Color Harmonies of #093858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093858

Black with #093858

Text Example


Text Example

White with #093858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093858; }

 p { color: rgb(9,56,88); }

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

background-color css

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

 a { background-color: rgb(9,56,88); }

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

border-color css

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

 span { border-color: rgb(9,56,88); }

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