Html Css Color HEX #103139 Nordic

📋 copy color: '#103139'

red 16 ◦ green 49 ◦ blue 57

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

Shades of Nordic #103139

Tints of Nordic #103139

RGB

 RED value IS 16 (6.64% from 255) = 13.11%

 GREEN value IS 49 (19.53% from 255) = 40.16%

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

R = 13.11%
G = 40.16%
B = 46.72%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#103139 (or 0x103139) is known color: Nordic. HEX triplet: 10, 31 and 39. RGB value is (16,49,57). Sum of RGB (Red+Green+Blue) = 16+49+57=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #103139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103139 is #EFCEC6. Grayscale: #272727. Windows color (decimal): -15716039 or 3748112. OLE color: 3748112.

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

Color convert

RGB 16 49 57 -
CMYK 0.72 0.14 0 0.78
HSL 191.71º 0.56% 0.14% -
HSV(B) 191.71º 0.72% 0.22% -
XYZ 2.05 2.6 4.27 -
YUV 40.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 16 49 57 0.72 0.14 0 0.78 191.71 0.56 0.14
Hex 10 31 39 48 E 0 4E C0 38 E
Octal 20 61 71 110 16 0 116 300 70 16
Binary 10000 110001 111001 1001000 1110 0 1001110 11000000 111000 1110

Color Harmonies of #103139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103139

Black with #103139

Text Example


Text Example

White with #103139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103139; }

 p { color: rgb(16,49,57); }

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

background-color css

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

 a { background-color: rgb(16,49,57); }

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

border-color css

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

 span { border-color: rgb(16,49,57); }

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