Html Css Color HEX #0E2F39 Nordic

📋 copy color: '#0E2F39'

red 14 ◦ green 47 ◦ blue 57

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

Shades of Nordic #0E2F39

Tints of Nordic #0E2F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 39.83%

 BLUE value IS 57 (22.66% from 255) = 48.31%

R = 11.86%
G = 39.83%
B = 48.31%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E2F39 (or 0x0E2F39) is known color: Nordic. HEX triplet: 0E, 2F and 39. RGB value is (14,47,57). Sum of RGB (Red+Green+Blue) = 14+47+57=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E2F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2F39 is #F1D0C6. Grayscale: #262626. Windows color (decimal): -15847623 or 3747598. OLE color: 3747598.

HSL color Cylindrical-coordinate representation of color #0E2F39: hue angle of 193.95º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E2F39 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 47 57 -
CMYK 0.75 0.18 0 0.78
HSL 193.95º 0.61% 0.14% -
HSV(B) 193.95º 0.75% 0.22% -
XYZ 1.94 2.42 4.24 -
YUV 38.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 14 47 57 0.75 0.18 0 0.78 193.95 0.61 0.14
Hex E 2F 39 4B 12 0 4E C2 3D E
Octal 16 57 71 113 22 0 116 302 75 16
Binary 1110 101111 111001 1001011 10010 0 1001110 11000010 111101 1110

Color Harmonies of #0E2F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2F39

Black with #0E2F39

Text Example


Text Example

White with #0E2F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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