Html Css Color HEX #093E63 Prussian Blue

📋 copy color: '#093E63'

red 9 ◦ green 62 ◦ blue 99

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

Shades of Prussian Blue #093E63

Tints of Prussian Blue #093E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.47%

 BLUE value IS 99 (39.06% from 255) = 58.24%

R = 5.29%
G = 36.47%
B = 58.24%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#093E63 (or 0x093E63) is known color: Prussian Blue. HEX triplet: 09, 3E and 63. RGB value is (9,62,99). Sum of RGB (Red+Green+Blue) = 9+62+99=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #093E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E63 is #F6C19C. Grayscale: #323232. Windows color (decimal): -16171421 or 6503945. OLE color: 6503945.

HSL color Cylindrical-coordinate representation of color #093E63: hue angle of 204.67º 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 #093E63 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 62 99 -
CMYK 0.91 0.37 0 0.61
HSL 204.67º 0.83% 0.21% -
HSV(B) 204.67º 0.91% 0.39% -
XYZ 4.09 4.4 12.44 -
YUV 50.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 9 62 99 0.91 0.37 0 0.61 204.67 0.83 0.21
Hex 9 3E 63 5B 25 0 3D CD 53 15
Octal 11 76 143 133 45 0 75 315 123 25
Binary 1001 111110 1100011 1011011 100101 0 111101 11001101 1010011 10101

Color Harmonies of #093E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E63

Black with #093E63

Text Example


Text Example

White with #093E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,99); }

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

background-color css

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

 a { background-color: rgb(9,62,99); }

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

border-color css

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

 span { border-color: rgb(9,62,99); }

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