#0E3A44

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

Shades of Nordic #0E3A44

Tints of Nordic #0E3A44

Color information

#0E3A44 (or 0x0E3A44) is unknown color: approx Nordic. HEX triplet: 0E, 3A and 44. RGB value is (14,58,68). Sum of RGB (Red+Green+Blue) = 14+58+68=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #0E3A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3A44 is #F1C5BB. Grayscale: #2D2D2D. Windows color (decimal): -15844796 or 4471310. OLE color: 4471310.

HSL color Cylindrical-coordinate representation of color #0E3A44: hue angle of 191.11º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E3A44 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB145868-
CMYK0.790.1500.73
HSL191.11º65.85%16.08%-
HSV(B)191.11º79.41%26.67%-
XYZ2.743.546.01-
YUV45.98140.42105.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 68 (26.95% from 255) = 48.57%
R=10%
G=41.43%
B=48.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1458680.790.1500.73191.1165.8516.08
HexE3A444FF049bf4210
Octal167210411717011127710220
Binary11101110101000100100111111110100100110111111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,58,68); }

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

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

 a { background-color: rgb(14,58,68); }

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

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

 span { border-color: rgb(14,58,68); }

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