Html Css Color HEX #0E305C Prussian Blue

📋 copy color: '#0E305C'

red 14 ◦ green 48 ◦ blue 92

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

Shades of Prussian Blue #0E305C

Tints of Prussian Blue #0E305C

RGB

 RED value IS 14 (5.86% from 255) = 9.09%

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 92 (36.33% from 255) = 59.74%

R = 9.09%
G = 31.17%
B = 59.74%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E305C (or 0x0E305C) is known color: Prussian Blue. HEX triplet: 0E, 30 and 5C. RGB value is (14,48,92). Sum of RGB (Red+Green+Blue) = 14+48+92=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E305C is #F1CFA3. Grayscale: #2A2A2A. Windows color (decimal): -15847332 or 6041614. OLE color: 6041614.

HSL color Cylindrical-coordinate representation of color #0E305C: hue angle of 213.85º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E305C is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 48 92 -
CMYK 0.85 0.48 0 0.64
HSL 213.85º 0.74% 0.21% -
HSV(B) 213.85º 0.85% 0.36% -
XYZ 3.17 2.98 10.53 -
YUV 42.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 14 48 92 0.85 0.48 0 0.64 213.85 0.74 0.21
Hex E 30 5C 55 30 0 40 D6 4A 15
Octal 16 60 134 125 60 0 100 326 112 25
Binary 1110 110000 1011100 1010101 110000 0 1000000 11010110 1001010 10101

Color Harmonies of #0E305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E305C

Black with #0E305C

Text Example


Text Example

White with #0E305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E305C; }

 p { color: rgb(14,48,92); }

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

background-color css

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

 a { background-color: rgb(14,48,92); }

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

border-color css

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

 span { border-color: rgb(14,48,92); }

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