Html Css Color HEX #0E395A Regal Blue

📋 copy color: '#0E395A'

red 14 ◦ green 57 ◦ blue 90

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

Shades of Regal Blue #0E395A

Tints of Regal Blue #0E395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 8.7%
G = 35.4%
B = 55.9%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E395A (or 0x0E395A) is known color: Regal Blue. HEX triplet: 0E, 39 and 5A. RGB value is (14,57,90). Sum of RGB (Red+Green+Blue) = 14+57+90=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E395A is #F1C6A5. Grayscale: #2F2F2F. Windows color (decimal): -15845030 or 5912846. OLE color: 5912846.

HSL color Cylindrical-coordinate representation of color #0E395A: hue angle of 206.05º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E395A is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 57 90 -
CMYK 0.84 0.37 0 0.65
HSL 206.05º 0.73% 0.2% -
HSV(B) 206.05º 0.84% 0.35% -
XYZ 3.49 3.76 10.21 -
YUV 47.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 14 57 90 0.84 0.37 0 0.65 206.05 0.73 0.2
Hex E 39 5A 54 25 0 41 CE 49 14
Octal 16 71 132 124 45 0 101 316 111 24
Binary 1110 111001 1011010 1010100 100101 0 1000001 11001110 1001001 10100

Color Harmonies of #0E395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E395A

Black with #0E395A

Text Example


Text Example

White with #0E395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,57,90); }

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

background-color css

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

 a { background-color: rgb(14,57,90); }

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

border-color css

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

 span { border-color: rgb(14,57,90); }

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