Html Css Color HEX #093265 Prussian Blue

📋 copy color: '#093265'

red 9 ◦ green 50 ◦ blue 101

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

Shades of Prussian Blue #093265

Tints of Prussian Blue #093265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.25%

 BLUE value IS 101 (39.84% from 255) = 63.13%

R = 5.63%
G = 31.25%
B = 63.13%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#093265 (or 0x093265) is known color: Prussian Blue. HEX triplet: 09, 32 and 65. RGB value is (9,50,101). Sum of RGB (Red+Green+Blue) = 9+50+101=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #093265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093265 is #F6CD9A. Grayscale: #2B2B2B. Windows color (decimal): -16174491 or 6631945. OLE color: 6631945.

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

Color convert

RGB 9 50 101 -
CMYK 0.91 0.50 0 0.60
HSL 213.26º 0.84% 0.22% -
HSV(B) 213.26º 0.91% 0.4% -
XYZ 3.6 3.28 12.75 -
YUV 43.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 9 50 101 0.91 0.50 0 0.60 213.26 0.84 0.22
Hex 9 32 65 5B 32 0 3C D5 54 16
Octal 11 62 145 133 62 0 74 325 124 26
Binary 1001 110010 1100101 1011011 110010 0 111100 11010101 1010100 10110

Color Harmonies of #093265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093265

Black with #093265

Text Example


Text Example

White with #093265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093265; }

 p { color: rgb(9,50,101); }

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

background-color css

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

 a { background-color: rgb(9,50,101); }

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

border-color css

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

 span { border-color: rgb(9,50,101); }

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