Html Css Color HEX #0E343C Nordic

📋 copy color: '#0E343C'

red 14 ◦ green 52 ◦ blue 60

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

Shades of Nordic #0E343C

Tints of Nordic #0E343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.27%

 BLUE value IS 60 (23.83% from 255) = 47.62%

R = 11.11%
G = 41.27%
B = 47.62%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0E343C (or 0x0E343C) is known color: Nordic. HEX triplet: 0E, 34 and 3C. RGB value is (14,52,60). Sum of RGB (Red+Green+Blue) = 14+52+60=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E343C is #F1CBC3. Grayscale: #292929. Windows color (decimal): -15846340 or 3945486. OLE color: 3945486.

HSL color Cylindrical-coordinate representation of color #0E343C: hue angle of 190.43º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E343C is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 52 60 -
CMYK 0.77 0.13 0 0.76
HSL 190.43º 0.62% 0.15% -
HSV(B) 190.43º 0.77% 0.24% -
XYZ 2.22 2.88 4.71 -
YUV 41.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 14 52 60 0.77 0.13 0 0.76 190.43 0.62 0.15
Hex E 34 3C 4D D 0 4C BE 3E F
Octal 16 64 74 115 15 0 114 276 76 17
Binary 1110 110100 111100 1001101 1101 0 1001100 10111110 111110 1111

Color Harmonies of #0E343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E343C

Black with #0E343C

Text Example


Text Example

White with #0E343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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