Html Css Color HEX #103B47 Nordic

📋 copy color: '#103B47'

red 16 ◦ green 59 ◦ blue 71

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

Shades of Nordic #103B47

Tints of Nordic #103B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.41%

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 10.96%
G = 40.41%
B = 48.63%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#103B47 (or 0x103B47) is known color: Nordic. HEX triplet: 10, 3B and 47. RGB value is (16,59,71). Sum of RGB (Red+Green+Blue) = 16+59+71=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #103B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B47 is #EFC4B8. Grayscale: #2F2F2F. Windows color (decimal): -15713465 or 4668176. OLE color: 4668176.

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

Color convert

RGB 16 59 71 -
CMYK 0.77 0.17 0 0.72
HSL 193.09º 0.63% 0.17% -
HSV(B) 193.09º 0.77% 0.28% -
XYZ 2.91 3.69 6.52 -
YUV 47.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 16 59 71 0.77 0.17 0 0.72 193.09 0.63 0.17
Hex 10 3B 47 4D 11 0 48 C1 3F 11
Octal 20 73 107 115 21 0 110 301 77 21
Binary 10000 111011 1000111 1001101 10001 0 1001000 11000001 111111 10001

Color Harmonies of #103B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B47

Black with #103B47

Text Example


Text Example

White with #103B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,59,71); }

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

background-color css

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

 a { background-color: rgb(16,59,71); }

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

border-color css

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

 span { border-color: rgb(16,59,71); }

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