Html Css Color HEX #094261 Prussian Blue

📋 copy color: '#094261'

red 9 ◦ green 66 ◦ blue 97

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

Shades of Prussian Blue #094261

Tints of Prussian Blue #094261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

 BLUE value IS 97 (38.28% from 255) = 56.4%

R = 5.23%
G = 38.37%
B = 56.4%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094261 (or 0x094261) is known color: Prussian Blue. HEX triplet: 09, 42 and 61. RGB value is (9,66,97). Sum of RGB (Red+Green+Blue) = 9+66+97=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #094261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094261 is #F6BD9E. Grayscale: #343434. Windows color (decimal): -16170399 or 6373897. OLE color: 6373897.

HSL color Cylindrical-coordinate representation of color #094261: hue angle of 201.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094261 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 66 97 -
CMYK 0.91 0.32 0 0.62
HSL 201.14º 0.83% 0.21% -
HSV(B) 201.14º 0.91% 0.38% -
XYZ 4.22 4.82 12.02 -
YUV 52.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 9 66 97 0.91 0.32 0 0.62 201.14 0.83 0.21
Hex 9 42 61 5B 20 0 3E C9 53 15
Octal 11 102 141 133 40 0 76 311 123 25
Binary 1001 1000010 1100001 1011011 100000 0 111110 11001001 1010011 10101

Color Harmonies of #094261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094261

Black with #094261

Text Example


Text Example

White with #094261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094261; }

 p { color: rgb(9,66,97); }

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

background-color css

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

 a { background-color: rgb(9,66,97); }

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

border-color css

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

 span { border-color: rgb(9,66,97); }

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