Html Css Color HEX #0E2F37 Nordic

📋 copy color: '#0E2F37'

red 14 ◦ green 47 ◦ blue 55

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

Shades of Nordic #0E2F37

Tints of Nordic #0E2F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 47.41%

R = 12.07%
G = 40.52%
B = 47.41%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E2F37 (or 0x0E2F37) is known color: Nordic. HEX triplet: 0E, 2F and 37. RGB value is (14,47,55). Sum of RGB (Red+Green+Blue) = 14+47+55=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E2F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2F37 is #F1D0C8. Grayscale: #252525. Windows color (decimal): -15847625 or 3616526. OLE color: 3616526.

HSL color Cylindrical-coordinate representation of color #0E2F37: hue angle of 191.71º degrees, saturation: 0.59, 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 #0E2F37 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 47 55 -
CMYK 0.75 0.15 0 0.78
HSL 191.71º 0.59% 0.14% -
HSV(B) 191.71º 0.75% 0.22% -
XYZ 1.89 2.4 3.98 -
YUV 38.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 14 47 55 0.75 0.15 0 0.78 191.71 0.59 0.14
Hex E 2F 37 4B F 0 4E C0 3B E
Octal 16 57 67 113 17 0 116 300 73 16
Binary 1110 101111 110111 1001011 1111 0 1001110 11000000 111011 1110

Color Harmonies of #0E2F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2F37

Black with #0E2F37

Text Example


Text Example

White with #0E2F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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