Html Css Color HEX #103539 Nordic

📋 copy color: '#103539'

red 16 ◦ green 53 ◦ blue 57

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

Shades of Nordic #103539

Tints of Nordic #103539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.06%

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

R = 12.7%
G = 42.06%
B = 45.24%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#103539 (or 0x103539) is known color: Nordic. HEX triplet: 10, 35 and 39. RGB value is (16,53,57). Sum of RGB (Red+Green+Blue) = 16+53+57=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #103539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103539 is #EFCAC6. Grayscale: #2A2A2A. Windows color (decimal): -15715015 or 3749136. OLE color: 3749136.

HSL color Cylindrical-coordinate representation of color #103539: hue angle of 185.85º 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 #103539 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 53 57 -
CMYK 0.72 0.07 0 0.78
HSL 185.85º 0.56% 0.14% -
HSV(B) 185.85º 0.72% 0.22% -
XYZ 2.23 2.95 4.32 -
YUV 42.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 16 53 57 0.72 0.07 0 0.78 185.85 0.56 0.14
Hex 10 35 39 48 7 0 4E BA 38 E
Octal 20 65 71 110 7 0 116 272 70 16
Binary 10000 110101 111001 1001000 111 0 1001110 10111010 111000 1110

Color Harmonies of #103539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103539

Black with #103539

Text Example


Text Example

White with #103539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103539; }

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

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

background-color css

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

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

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

border-color css

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

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

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