Html Css Color HEX #0E3755 Regal Blue

📋 copy color: '#0E3755'

red 14 ◦ green 55 ◦ blue 85

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

Shades of Regal Blue #0E3755

Tints of Regal Blue #0E3755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 55.19%

R = 9.09%
G = 35.71%
B = 55.19%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E3755 (or 0x0E3755) is known color: Regal Blue. HEX triplet: 0E, 37 and 55. RGB value is (14,55,85). Sum of RGB (Red+Green+Blue) = 14+55+85=154 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.09% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E3755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3755 is #F1C8AA. Grayscale: #2E2E2E. Windows color (decimal): -15845547 or 5584654. OLE color: 5584654.

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

Color convert

RGB 14 55 85 -
CMYK 0.84 0.35 0 0.67
HSL 205.35º 0.72% 0.19% -
HSV(B) 205.35º 0.84% 0.33% -
XYZ 3.19 3.48 9.1 -
YUV 46.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 14 55 85 0.84 0.35 0 0.67 205.35 0.72 0.19
Hex E 37 55 54 23 0 43 CD 48 13
Octal 16 67 125 124 43 0 103 315 110 23
Binary 1110 110111 1010101 1010100 100011 0 1000011 11001101 1001000 10011

Color Harmonies of #0E3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3755

Black with #0E3755

Text Example


Text Example

White with #0E3755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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