Html Css Color HEX #103B41 Nordic

📋 copy color: '#103B41'

red 16 ◦ green 59 ◦ blue 65

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

Shades of Nordic #103B41

Tints of Nordic #103B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.43%

R = 11.43%
G = 42.14%
B = 46.43%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#103B41 (or 0x103B41) is known color: Nordic. HEX triplet: 10, 3B and 41. RGB value is (16,59,65). Sum of RGB (Red+Green+Blue) = 16+59+65=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #103B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B41 is #EFC4BE. Grayscale: #2E2E2E. Windows color (decimal): -15713471 or 4274960. OLE color: 4274960.

HSL color Cylindrical-coordinate representation of color #103B41: hue angle of 187.35º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103B41 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 59 65 -
CMYK 0.75 0.09 0 0.75
HSL 187.35º 0.6% 0.16% -
HSV(B) 187.35º 0.75% 0.25% -
XYZ 2.73 3.62 5.56 -
YUV 46.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 16 59 65 0.75 0.09 0 0.75 187.35 0.6 0.16
Hex 10 3B 41 4B 9 0 4B BB 3C 10
Octal 20 73 101 113 11 0 113 273 74 20
Binary 10000 111011 1000001 1001011 1001 0 1001011 10111011 111100 10000

Color Harmonies of #103B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B41

Black with #103B41

Text Example


Text Example

White with #103B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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