Html Css Color HEX #093063 Prussian Blue

📋 copy color: '#093063'

red 9 ◦ green 48 ◦ blue 99

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

Shades of Prussian Blue #093063

Tints of Prussian Blue #093063

RGB

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

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

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

R = 5.77%
G = 30.77%
B = 63.46%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#093063 (or 0x093063) is known color: Prussian Blue. HEX triplet: 09, 30 and 63. RGB value is (9,48,99). Sum of RGB (Red+Green+Blue) = 9+48+99=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #093063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093063 is #F6CF9C. Grayscale: #292929. Windows color (decimal): -16175005 or 6500361. OLE color: 6500361.

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

Color convert

RGB 9 48 99 -
CMYK 0.91 0.52 0 0.61
HSL 214º 0.83% 0.21% -
HSV(B) 214º 0.91% 0.39% -
XYZ 3.42 3.07 12.22 -
YUV 42.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 9 48 99 0.91 0.52 0 0.61 214 0.83 0.21
Hex 9 30 63 5B 34 0 3D D6 53 15
Octal 11 60 143 133 64 0 75 326 123 25
Binary 1001 110000 1100011 1011011 110100 0 111101 11010110 1010011 10101

Color Harmonies of #093063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093063

Black with #093063

Text Example


Text Example

White with #093063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093063; }

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

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

background-color css

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

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

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

border-color css

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

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

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