Html Css Color HEX #094468 Prussian Blue

📋 copy color: '#094468'

red 9 ◦ green 68 ◦ blue 104

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

Shades of Prussian Blue #094468

Tints of Prussian Blue #094468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 4.97%
G = 37.57%
B = 57.46%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094468 (or 0x094468) is known color: Prussian Blue. HEX triplet: 09, 44 and 68. RGB value is (9,68,104). Sum of RGB (Red+Green+Blue) = 9+68+104=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #094468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094468 is #F6BB97. Grayscale: #363636. Windows color (decimal): -16169880 or 6833161. OLE color: 6833161.

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

Color convert

RGB 9 68 104 -
CMYK 0.91 0.35 0 0.59
HSL 202.74º 0.84% 0.22% -
HSV(B) 202.74º 0.91% 0.41% -
XYZ 4.68 5.19 13.85 -
YUV 54.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 9 68 104 0.91 0.35 0 0.59 202.74 0.84 0.22
Hex 9 44 68 5B 23 0 3B CB 54 16
Octal 11 104 150 133 43 0 73 313 124 26
Binary 1001 1000100 1101000 1011011 100011 0 111011 11001011 1010100 10110

Color Harmonies of #094468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094468

Black with #094468

Text Example


Text Example

White with #094468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094468; }

 p { color: rgb(9,68,104); }

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

background-color css

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

 a { background-color: rgb(9,68,104); }

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

border-color css

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

 span { border-color: rgb(9,68,104); }

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