Html Css Color HEX #093467 Prussian Blue

📋 copy color: '#093467'

red 9 ◦ green 52 ◦ blue 103

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

Shades of Prussian Blue #093467

Tints of Prussian Blue #093467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 103 (40.63% from 255) = 62.8%

R = 5.49%
G = 31.71%
B = 62.8%

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

#093467 (or 0x093467) is known color: Prussian Blue. HEX triplet: 09, 34 and 67. RGB value is (9,52,103). Sum of RGB (Red+Green+Blue) = 9+52+103=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #093467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093467 is #F6CB98. Grayscale: #2C2C2C. Windows color (decimal): -16173977 or 6763529. OLE color: 6763529.

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

Color convert

RGB 9 52 103 -
CMYK 0.91 0.50 0 0.60
HSL 212.55º 0.84% 0.22% -
HSV(B) 212.55º 0.91% 0.4% -
XYZ 3.79 3.49 13.31 -
YUV 44.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 9 52 103 0.91 0.50 0 0.60 212.55 0.84 0.22
Hex 9 34 67 5B 32 0 3C D5 54 16
Octal 11 64 147 133 62 0 74 325 124 26
Binary 1001 110100 1100111 1011011 110010 0 111100 11010101 1010100 10110

Color Harmonies of #093467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093467

Black with #093467

Text Example


Text Example

White with #093467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093467; }

 p { color: rgb(9,52,103); }

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

background-color css

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

 a { background-color: rgb(9,52,103); }

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

border-color css

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

 span { border-color: rgb(9,52,103); }

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