Html Css Color HEX #093462 Prussian Blue

📋 copy color: '#093462'

red 9 ◦ green 52 ◦ blue 98

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

Shades of Prussian Blue #093462

Tints of Prussian Blue #093462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 5.66%
G = 32.7%
B = 61.64%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093462 (or 0x093462) is known color: Prussian Blue. HEX triplet: 09, 34 and 62. RGB value is (9,52,98). Sum of RGB (Red+Green+Blue) = 9+52+98=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #093462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093462 is #F6CB9D. Grayscale: #2C2C2C. Windows color (decimal): -16173982 or 6435849. OLE color: 6435849.

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

Color convert

RGB 9 52 98 -
CMYK 0.91 0.47 0 0.62
HSL 211.01º 0.83% 0.21% -
HSV(B) 211.01º 0.91% 0.38% -
XYZ 3.55 3.4 12.02 -
YUV 44.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 9 52 98 0.91 0.47 0 0.62 211.01 0.83 0.21
Hex 9 34 62 5B 2F 0 3E D3 53 15
Octal 11 64 142 133 57 0 76 323 123 25
Binary 1001 110100 1100010 1011011 101111 0 111110 11010011 1010011 10101

Color Harmonies of #093462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093462

Black with #093462

Text Example


Text Example

White with #093462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093462; }

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

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

background-color css

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

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

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

border-color css

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

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

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