Html Css Color HEX #0E393C Nordic

📋 copy color: '#0E393C'

red 14 ◦ green 57 ◦ blue 60

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

Shades of Nordic #0E393C

Tints of Nordic #0E393C

RGB

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

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

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

R = 10.69%
G = 43.51%
B = 45.8%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0E393C (or 0x0E393C) is known color: Nordic. HEX triplet: 0E, 39 and 3C. RGB value is (14,57,60). Sum of RGB (Red+Green+Blue) = 14+57+60=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E393C is #F1C6C3. Grayscale: #2C2C2C. Windows color (decimal): -15845060 or 3946766. OLE color: 3946766.

HSL color Cylindrical-coordinate representation of color #0E393C: hue angle of 183.91º 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 #0E393C is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 57 60 -
CMYK 0.77 0.05 0 0.76
HSL 183.91º 0.62% 0.15% -
HSV(B) 183.91º 0.77% 0.24% -
XYZ 2.46 3.35 4.79 -
YUV 44.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 14 57 60 0.77 0.05 0 0.76 183.91 0.62 0.15
Hex E 39 3C 4D 5 0 4C B8 3E F
Octal 16 71 74 115 5 0 114 270 76 17
Binary 1110 111001 111100 1001101 101 0 1001100 10111000 111110 1111

Color Harmonies of #0E393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E393C

Black with #0E393C

Text Example


Text Example

White with #0E393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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