Html Css Color HEX #0E376A Prussian Blue

📋 copy color: '#0E376A'

red 14 ◦ green 55 ◦ blue 106

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

Shades of Prussian Blue #0E376A

Tints of Prussian Blue #0E376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 106 (41.8% from 255) = 60.57%

R = 8%
G = 31.43%
B = 60.57%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E376A (or 0x0E376A) is known color: Prussian Blue. HEX triplet: 0E, 37 and 6A. RGB value is (14,55,106). Sum of RGB (Red+Green+Blue) = 14+55+106=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E376A is #F1C895. Grayscale: #303030. Windows color (decimal): -15845526 or 6960910. OLE color: 6960910.

HSL color Cylindrical-coordinate representation of color #0E376A: hue angle of 213.26º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E376A is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 55 106 -
CMYK 0.87 0.48 0 0.58
HSL 213.26º 0.77% 0.24% -
HSV(B) 213.26º 0.87% 0.42% -
XYZ 4.15 3.87 14.16 -
YUV 48.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 14 55 106 0.87 0.48 0 0.58 213.26 0.77 0.24
Hex E 37 6A 57 30 0 3A D5 4D 18
Octal 16 67 152 127 60 0 72 325 115 30
Binary 1110 110111 1101010 1010111 110000 0 111010 11010101 1001101 11000

Color Harmonies of #0E376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E376A

Black with #0E376A

Text Example


Text Example

White with #0E376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,55,106); }

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

background-color css

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

 a { background-color: rgb(14,55,106); }

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

border-color css

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

 span { border-color: rgb(14,55,106); }

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