Html Css Color HEX #094568 Prussian Blue

📋 copy color: '#094568'

red 9 ◦ green 69 ◦ blue 104

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

Shades of Prussian Blue #094568

Tints of Prussian Blue #094568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.91%

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

R = 4.95%
G = 37.91%
B = 57.14%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094568 (or 0x094568) is known color: Prussian Blue. HEX triplet: 09, 45 and 68. RGB value is (9,69,104). Sum of RGB (Red+Green+Blue) = 9+69+104=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #094568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094568 is #F6BA97. Grayscale: #363636. Windows color (decimal): -16169624 or 6833417. OLE color: 6833417.

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

Color convert

RGB 9 69 104 -
CMYK 0.91 0.34 0 0.59
HSL 202.11º 0.84% 0.22% -
HSV(B) 202.11º 0.91% 0.41% -
XYZ 4.74 5.31 13.87 -
YUV 55.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 9 69 104 0.91 0.34 0 0.59 202.11 0.84 0.22
Hex 9 45 68 5B 22 0 3B CA 54 16
Octal 11 105 150 133 42 0 73 312 124 26
Binary 1001 1000101 1101000 1011011 100010 0 111011 11001010 1010100 10110

Color Harmonies of #094568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094568

Black with #094568

Text Example


Text Example

White with #094568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094568; }

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

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

background-color css

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

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

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

border-color css

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

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

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