Html Css Color HEX #0E333C Nordic

📋 copy color: '#0E333C'

red 14 ◦ green 51 ◦ blue 60

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

Shades of Nordic #0E333C

Tints of Nordic #0E333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

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

R = 11.2%
G = 40.8%
B = 48%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0E333C (or 0x0E333C) is known color: Nordic. HEX triplet: 0E, 33 and 3C. RGB value is (14,51,60). Sum of RGB (Red+Green+Blue) = 14+51+60=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E333C is #F1CCC3. Grayscale: #282828. Windows color (decimal): -15846596 or 3945230. OLE color: 3945230.

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

Color convert

RGB 14 51 60 -
CMYK 0.77 0.15 0 0.76
HSL 191.74º 0.62% 0.15% -
HSV(B) 191.74º 0.77% 0.24% -
XYZ 2.18 2.79 4.7 -
YUV 40.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 14 51 60 0.77 0.15 0 0.76 191.74 0.62 0.15
Hex E 33 3C 4D F 0 4C C0 3E F
Octal 16 63 74 115 17 0 114 300 76 17
Binary 1110 110011 111100 1001101 1111 0 1001100 11000000 111110 1111

Color Harmonies of #0E333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E333C

Black with #0E333C

Text Example


Text Example

White with #0E333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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