Html Css Color HEX #0E3554 Regal Blue

📋 copy color: '#0E3554'

red 14 ◦ green 53 ◦ blue 84

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

Shades of Regal Blue #0E3554

Tints of Regal Blue #0E3554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.1%

 BLUE value IS 84 (33.2% from 255) = 55.63%

R = 9.27%
G = 35.1%
B = 55.63%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E3554 (or 0x0E3554) is known color: Regal Blue. HEX triplet: 0E, 35 and 54. RGB value is (14,53,84). Sum of RGB (Red+Green+Blue) = 14+53+84=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #0E3554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3554 is #F1CAAB. Grayscale: #2C2C2C. Windows color (decimal): -15846060 or 5518606. OLE color: 5518606.

HSL color Cylindrical-coordinate representation of color #0E3554: hue angle of 206.57º 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 #0E3554 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 53 84 -
CMYK 0.83 0.37 0 0.67
HSL 206.57º 0.71% 0.19% -
HSV(B) 206.57º 0.83% 0.33% -
XYZ 3.05 3.28 8.86 -
YUV 44.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 14 53 84 0.83 0.37 0 0.67 206.57 0.71 0.19
Hex E 35 54 53 25 0 43 CF 47 13
Octal 16 65 124 123 45 0 103 317 107 23
Binary 1110 110101 1010100 1010011 100101 0 1000011 11001111 1000111 10011

Color Harmonies of #0E3554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3554

Black with #0E3554

Text Example


Text Example

White with #0E3554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,53,84); }

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

background-color css

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

 a { background-color: rgb(14,53,84); }

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

border-color css

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

 span { border-color: rgb(14,53,84); }

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