Html Css Color HEX #0E3656 Regal Blue

📋 copy color: '#0E3656'

red 14 ◦ green 54 ◦ blue 86

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

Shades of Regal Blue #0E3656

Tints of Regal Blue #0E3656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

 BLUE value IS 86 (33.98% from 255) = 55.84%

R = 9.09%
G = 35.06%
B = 55.84%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E3656 (or 0x0E3656) is known color: Regal Blue. HEX triplet: 0E, 36 and 56. RGB value is (14,54,86). Sum of RGB (Red+Green+Blue) = 14+54+86=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E3656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3656 is #F1C9A9. Grayscale: #2D2D2D. Windows color (decimal): -15845802 or 5649934. OLE color: 5649934.

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

Color convert

RGB 14 54 86 -
CMYK 0.84 0.37 0 0.66
HSL 206.67º 0.72% 0.2% -
HSV(B) 206.67º 0.84% 0.34% -
XYZ 3.18 3.4 9.29 -
YUV 45.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 14 54 86 0.84 0.37 0 0.66 206.67 0.72 0.2
Hex E 36 56 54 25 0 42 CF 48 14
Octal 16 66 126 124 45 0 102 317 110 24
Binary 1110 110110 1010110 1010100 100101 0 1000010 11001111 1001000 10100

Color Harmonies of #0E3656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3656

Black with #0E3656

Text Example


Text Example

White with #0E3656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,54,86); }

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

background-color css

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

 a { background-color: rgb(14,54,86); }

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

border-color css

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

 span { border-color: rgb(14,54,86); }

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