Html Css Color HEX #093B64 Prussian Blue

📋 copy color: '#093B64'

red 9 ◦ green 59 ◦ blue 100

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

Shades of Prussian Blue #093B64

Tints of Prussian Blue #093B64

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.12%

 BLUE value IS 100 (39.45% from 255) = 59.52%

R = 5.36%
G = 35.12%
B = 59.52%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#093B64 (or 0x093B64) is known color: Prussian Blue. HEX triplet: 09, 3B and 64. RGB value is (9,59,100). Sum of RGB (Red+Green+Blue) = 9+59+100=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #093B64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B64 is #F6C49B. Grayscale: #303030. Windows color (decimal): -16172188 or 6568713. OLE color: 6568713.

HSL color Cylindrical-coordinate representation of color #093B64: hue angle of 207.03º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093B64 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 59 100 -
CMYK 0.91 0.41 0 0.61
HSL 207.03º 0.83% 0.21% -
HSV(B) 207.03º 0.91% 0.39% -
XYZ 3.98 4.11 12.64 -
YUV 48.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 9 59 100 0.91 0.41 0 0.61 207.03 0.83 0.21
Hex 9 3B 64 5B 29 0 3D CF 53 15
Octal 11 73 144 133 51 0 75 317 123 25
Binary 1001 111011 1100100 1011011 101001 0 111101 11001111 1010011 10101

Color Harmonies of #093B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B64

Black with #093B64

Text Example


Text Example

White with #093B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093B64; }

 p { color: rgb(9,59,100); }

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

background-color css

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

 a { background-color: rgb(9,59,100); }

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

border-color css

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

 span { border-color: rgb(9,59,100); }

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