Html Css Color HEX #0E3945 Nordic

📋 copy color: '#0E3945'

red 14 ◦ green 57 ◦ blue 69

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

Shades of Nordic #0E3945

Tints of Nordic #0E3945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.71%

 BLUE value IS 69 (27.34% from 255) = 49.29%

R = 10%
G = 40.71%
B = 49.29%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0E3945 (or 0x0E3945) is known color: Nordic. HEX triplet: 0E, 39 and 45. RGB value is (14,57,69). Sum of RGB (Red+Green+Blue) = 14+57+69=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #0E3945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3945 is #F1C6BA. Grayscale: #2D2D2D. Windows color (decimal): -15845051 or 4536590. OLE color: 4536590.

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

Color convert

RGB 14 57 69 -
CMYK 0.80 0.17 0 0.73
HSL 193.09º 0.66% 0.16% -
HSV(B) 193.09º 0.8% 0.27% -
XYZ 2.72 3.45 6.15 -
YUV 45.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 14 57 69 0.80 0.17 0 0.73 193.09 0.66 0.16
Hex E 39 45 50 11 0 49 C1 42 10
Octal 16 71 105 120 21 0 111 301 102 20
Binary 1110 111001 1000101 1010000 10001 0 1001001 11000001 1000010 10000

Color Harmonies of #0E3945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3945

Black with #0E3945

Text Example


Text Example

White with #0E3945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,57,69); }

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

background-color css

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

 a { background-color: rgb(14,57,69); }

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

border-color css

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

 span { border-color: rgb(14,57,69); }

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