#0E3C47

Color #0E3C47 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #0E3C47

Tints of Nordic #0E3C47

Color information

#0E3C47 (or 0x0E3C47) is unknown color: approx Nordic. HEX triplet: 0E, 3C and 47. RGB value is (14,60,71). Sum of RGB (Red+Green+Blue) = 14+60+71=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E3C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C47 is #F1C3B8. Grayscale: #2F2F2F. Windows color (decimal): -15844281 or 4668430. OLE color: 4668430.

HSL color Cylindrical-coordinate representation of color #0E3C47: hue angle of 191.58º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E3C47 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB146071-
CMYK0.800.1500.72
HSL191.58º67.06%16.67%-
HSV(B)191.58º80.28%27.84%-
XYZ2.933.786.54-
YUV47.5141.26104.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.66%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=9.66%
G=41.38%
B=48.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1460710.800.1500.72191.5867.0616.67
HexE3C4750F048c04311
Octal167410712017011030010321
Binary11101111001000111101000011110100100011000000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E3C47;
 }
 .AnyTagClassName
 {
   color: #0E3C47;
 }
</style>
background-color css

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

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

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

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

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

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