Html Css Color HEX #094068 Prussian Blue

📋 copy color: '#094068'

red 9 ◦ green 64 ◦ blue 104

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

Shades of Prussian Blue #094068

Tints of Prussian Blue #094068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

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

R = 5.08%
G = 36.16%
B = 58.76%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094068 (or 0x094068) is known color: Prussian Blue. HEX triplet: 09, 40 and 68. RGB value is (9,64,104). Sum of RGB (Red+Green+Blue) = 9+64+104=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #094068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094068 is #F6BF97. Grayscale: #333333. Windows color (decimal): -16170904 or 6832137. OLE color: 6832137.

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

Color convert

RGB 9 64 104 -
CMYK 0.91 0.38 0 0.59
HSL 205.26º 0.84% 0.22% -
HSV(B) 205.26º 0.91% 0.41% -
XYZ 4.44 4.72 13.77 -
YUV 52.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 9 64 104 0.91 0.38 0 0.59 205.26 0.84 0.22
Hex 9 40 68 5B 26 0 3B CD 54 16
Octal 11 100 150 133 46 0 73 315 124 26
Binary 1001 1000000 1101000 1011011 100110 0 111011 11001101 1010100 10110

Color Harmonies of #094068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094068

Black with #094068

Text Example


Text Example

White with #094068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094068; }

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

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

background-color css

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

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

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

border-color css

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

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

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