Html Css Color HEX #094262 Prussian Blue

📋 copy color: '#094262'

red 9 ◦ green 66 ◦ blue 98

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

Shades of Prussian Blue #094262

Tints of Prussian Blue #094262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.65%

R = 5.2%
G = 38.15%
B = 56.65%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094262 (or 0x094262) is known color: Prussian Blue. HEX triplet: 09, 42 and 62. RGB value is (9,66,98). Sum of RGB (Red+Green+Blue) = 9+66+98=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #094262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094262 is #F6BD9D. Grayscale: #343434. Windows color (decimal): -16170398 or 6439433. OLE color: 6439433.

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

Color convert

RGB 9 66 98 -
CMYK 0.91 0.33 0 0.62
HSL 201.57º 0.83% 0.21% -
HSV(B) 201.57º 0.91% 0.38% -
XYZ 4.27 4.84 12.26 -
YUV 52.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 9 66 98 0.91 0.33 0 0.62 201.57 0.83 0.21
Hex 9 42 62 5B 21 0 3E CA 53 15
Octal 11 102 142 133 41 0 76 312 123 25
Binary 1001 1000010 1100010 1011011 100001 0 111110 11001010 1010011 10101

Color Harmonies of #094262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094262

Black with #094262

Text Example


Text Example

White with #094262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094262; }

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

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

background-color css

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

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

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

border-color css

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

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

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