Html Css Color HEX #093568 Prussian Blue

📋 copy color: '#093568'

red 9 ◦ green 53 ◦ blue 104

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

Shades of Prussian Blue #093568

Tints of Prussian Blue #093568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 104 (41.02% from 255) = 62.65%

R = 5.42%
G = 31.93%
B = 62.65%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#093568 (or 0x093568) is known color: Prussian Blue. HEX triplet: 09, 35 and 68. RGB value is (9,53,104). Sum of RGB (Red+Green+Blue) = 9+53+104=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #093568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093568 is #F6CA97. Grayscale: #2D2D2D. Windows color (decimal): -16173720 or 6829321. OLE color: 6829321.

HSL color Cylindrical-coordinate representation of color #093568: hue angle of 212.21º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093568 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 53 104 -
CMYK 0.91 0.49 0 0.59
HSL 212.21º 0.84% 0.22% -
HSV(B) 212.21º 0.91% 0.41% -
XYZ 3.88 3.6 13.59 -
YUV 45.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 9 53 104 0.91 0.49 0 0.59 212.21 0.84 0.22
Hex 9 35 68 5B 31 0 3B D4 54 16
Octal 11 65 150 133 61 0 73 324 124 26
Binary 1001 110101 1101000 1011011 110001 0 111011 11010100 1010100 10110

Color Harmonies of #093568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093568

Black with #093568

Text Example


Text Example

White with #093568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093568; }

 p { color: rgb(9,53,104); }

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

background-color css

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

 a { background-color: rgb(9,53,104); }

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

border-color css

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

 span { border-color: rgb(9,53,104); }

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