Html Css Color HEX #0E3C58 Regal Blue

📋 copy color: '#0E3C58'

red 14 ◦ green 60 ◦ blue 88

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

Shades of Regal Blue #0E3C58

Tints of Regal Blue #0E3C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.04%

 BLUE value IS 88 (34.77% from 255) = 54.32%

R = 8.64%
G = 37.04%
B = 54.32%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E3C58 (or 0x0E3C58) is known color: Regal Blue. HEX triplet: 0E, 3C and 58. RGB value is (14,60,88). Sum of RGB (Red+Green+Blue) = 14+60+88=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E3C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3C58 is #F1C3A7. Grayscale: #313131. Windows color (decimal): -15844264 or 5782542. OLE color: 5782542.

HSL color Cylindrical-coordinate representation of color #0E3C58: hue angle of 202.7º 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 #0E3C58 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 60 88 -
CMYK 0.84 0.32 0 0.65
HSL 202.7º 0.73% 0.2% -
HSV(B) 202.7º 0.84% 0.35% -
XYZ 3.56 4.03 9.82 -
YUV 49.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 14 60 88 0.84 0.32 0 0.65 202.7 0.73 0.2
Hex E 3C 58 54 20 0 41 CB 49 14
Octal 16 74 130 124 40 0 101 313 111 24
Binary 1110 111100 1011000 1010100 100000 0 1000001 11001011 1001001 10100

Color Harmonies of #0E3C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3C58

Black with #0E3C58

Text Example


Text Example

White with #0E3C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,60,88); }

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

background-color css

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

 a { background-color: rgb(14,60,88); }

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

border-color css

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

 span { border-color: rgb(14,60,88); }

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