Html Css Color HEX #0E3D53 Regal Blue

📋 copy color: '#0E3D53'

red 14 ◦ green 61 ◦ blue 83

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

Shades of Regal Blue #0E3D53

Tints of Regal Blue #0E3D53

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.61%

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 8.86%
G = 38.61%
B = 52.53%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E3D53 (or 0x0E3D53) is known color: Regal Blue. HEX triplet: 0E, 3D and 53. RGB value is (14,61,83). Sum of RGB (Red+Green+Blue) = 14+61+83=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #0E3D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3D53 is #F1C2AC. Grayscale: #313131. Windows color (decimal): -15844013 or 5455118. OLE color: 5455118.

HSL color Cylindrical-coordinate representation of color #0E3D53: hue angle of 199.13º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E3D53 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 61 83 -
CMYK 0.83 0.27 0 0.67
HSL 199.13º 0.71% 0.19% -
HSV(B) 199.13º 0.83% 0.33% -
XYZ 3.41 4.06 8.79 -
YUV 49.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 14 61 83 0.83 0.27 0 0.67 199.13 0.71 0.19
Hex E 3D 53 53 1B 0 43 C7 47 13
Octal 16 75 123 123 33 0 103 307 107 23
Binary 1110 111101 1010011 1010011 11011 0 1000011 11000111 1000111 10011

Color Harmonies of #0E3D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3D53

Black with #0E3D53

Text Example


Text Example

White with #0E3D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,61,83); }

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

background-color css

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

 a { background-color: rgb(14,61,83); }

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

border-color css

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

 span { border-color: rgb(14,61,83); }

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