Html Css Color HEX #103D48 Nordic

📋 copy color: '#103D48'

red 16 ◦ green 61 ◦ blue 72

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

Shades of Nordic #103D48

Tints of Nordic #103D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.94%

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 10.74%
G = 40.94%
B = 48.32%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#103D48 (or 0x103D48) is known color: Nordic. HEX triplet: 10, 3D and 48. RGB value is (16,61,72). Sum of RGB (Red+Green+Blue) = 16+61+72=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #103D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D48 is #EFC2B7. Grayscale: #303030. Windows color (decimal): -15712952 or 4734224. OLE color: 4734224.

HSL color Cylindrical-coordinate representation of color #103D48: hue angle of 191.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #103D48 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 61 72 -
CMYK 0.78 0.15 0 0.72
HSL 191.79º 0.64% 0.17% -
HSV(B) 191.79º 0.78% 0.28% -
XYZ 3.05 3.92 6.73 -
YUV 48.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 16 61 72 0.78 0.15 0 0.72 191.79 0.64 0.17
Hex 10 3D 48 4E F 0 48 C0 40 11
Octal 20 75 110 116 17 0 110 300 100 21
Binary 10000 111101 1001000 1001110 1111 0 1001000 11000000 1000000 10001

Color Harmonies of #103D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D48

Black with #103D48

Text Example


Text Example

White with #103D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103D48; }

 p { color: rgb(16,61,72); }

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

background-color css

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

 a { background-color: rgb(16,61,72); }

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

border-color css

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

 span { border-color: rgb(16,61,72); }

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