Html Css Color HEX #093665 Prussian Blue

📋 copy color: '#093665'

red 9 ◦ green 54 ◦ blue 101

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

Shades of Prussian Blue #093665

Tints of Prussian Blue #093665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

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

R = 5.49%
G = 32.93%
B = 61.59%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#093665 (or 0x093665) is known color: Prussian Blue. HEX triplet: 09, 36 and 65. RGB value is (9,54,101). Sum of RGB (Red+Green+Blue) = 9+54+101=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #093665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093665 is #F6C99A. Grayscale: #2D2D2D. Windows color (decimal): -16173467 or 6632969. OLE color: 6632969.

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

Color convert

RGB 9 54 101 -
CMYK 0.91 0.47 0 0.60
HSL 210.65º 0.84% 0.22% -
HSV(B) 210.65º 0.91% 0.4% -
XYZ 3.78 3.64 12.81 -
YUV 45.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 9 54 101 0.91 0.47 0 0.60 210.65 0.84 0.22
Hex 9 36 65 5B 2F 0 3C D3 54 16
Octal 11 66 145 133 57 0 74 323 124 26
Binary 1001 110110 1100101 1011011 101111 0 111100 11010011 1010100 10110

Color Harmonies of #093665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093665

Black with #093665

Text Example


Text Example

White with #093665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093665; }

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

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

background-color css

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

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

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

border-color css

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

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

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