Html Css Color HEX #094567 Prussian Blue

📋 copy color: '#094567'

red 9 ◦ green 69 ◦ blue 103

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

Shades of Prussian Blue #094567

Tints of Prussian Blue #094567

RGB

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

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

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

R = 4.97%
G = 38.12%
B = 56.91%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#094567 (or 0x094567) is known color: Prussian Blue. HEX triplet: 09, 45 and 67. RGB value is (9,69,103). Sum of RGB (Red+Green+Blue) = 9+69+103=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #094567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094567 is #F6BA98. Grayscale: #363636. Windows color (decimal): -16169625 or 6767881. OLE color: 6767881.

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

Color convert

RGB 9 69 103 -
CMYK 0.91 0.33 0 0.60
HSL 201.7º 0.84% 0.22% -
HSV(B) 201.7º 0.91% 0.4% -
XYZ 4.69 5.29 13.61 -
YUV 54.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 9 69 103 0.91 0.33 0 0.60 201.7 0.84 0.22
Hex 9 45 67 5B 21 0 3C CA 54 16
Octal 11 105 147 133 41 0 74 312 124 26
Binary 1001 1000101 1100111 1011011 100001 0 111100 11001010 1010100 10110

Color Harmonies of #094567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094567

Black with #094567

Text Example


Text Example

White with #094567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094567; }

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

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

background-color css

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

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

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

border-color css

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

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

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