Html Css Color HEX #093A62 Prussian Blue

📋 copy color: '#093A62'

red 9 ◦ green 58 ◦ blue 98

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

Shades of Prussian Blue #093A62

Tints of Prussian Blue #093A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.15%

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

R = 5.45%
G = 35.15%
B = 59.39%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093A62 (or 0x093A62) is known color: Prussian Blue. HEX triplet: 09, 3A and 62. RGB value is (9,58,98). Sum of RGB (Red+Green+Blue) = 9+58+98=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #093A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A62 is #F6C59D. Grayscale: #2F2F2F. Windows color (decimal): -16172446 or 6437385. OLE color: 6437385.

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

Color convert

RGB 9 58 98 -
CMYK 0.91 0.41 0 0.62
HSL 206.97º 0.83% 0.21% -
HSV(B) 206.97º 0.91% 0.38% -
XYZ 3.83 3.97 12.12 -
YUV 47.91 156.27 100.25 -
System Red Green Blue C M Y K H S L
Decimal 9 58 98 0.91 0.41 0 0.62 206.97 0.83 0.21
Hex 9 3A 62 5B 29 0 3E CF 53 15
Octal 11 72 142 133 51 0 76 317 123 25
Binary 1001 111010 1100010 1011011 101001 0 111110 11001111 1010011 10101

Color Harmonies of #093A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A62

Black with #093A62

Text Example


Text Example

White with #093A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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