Html Css Color HEX #10373C Nordic

📋 copy color: '#10373C'

red 16 ◦ green 55 ◦ blue 60

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

Shades of Nordic #10373C

Tints of Nordic #10373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.98%

 BLUE value IS 60 (23.83% from 255) = 45.8%

R = 12.21%
G = 41.98%
B = 45.8%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10373C (or 0x10373C) is known color: Nordic. HEX triplet: 10, 37 and 3C. RGB value is (16,55,60). Sum of RGB (Red+Green+Blue) = 16+55+60=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #10373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10373C is #EFC8C3. Grayscale: #2B2B2B. Windows color (decimal): -15714500 or 3946256. OLE color: 3946256.

HSL color Cylindrical-coordinate representation of color #10373C: hue angle of 186.82º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10373C is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 55 60 -
CMYK 0.73 0.08 0 0.76
HSL 186.82º 0.58% 0.15% -
HSV(B) 186.82º 0.73% 0.24% -
XYZ 2.4 3.17 4.76 -
YUV 43.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 16 55 60 0.73 0.08 0 0.76 186.82 0.58 0.15
Hex 10 37 3C 49 8 0 4C BB 3A F
Octal 20 67 74 111 10 0 114 273 72 17
Binary 10000 110111 111100 1001001 1000 0 1001100 10111011 111010 1111

Color Harmonies of #10373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10373C

Black with #10373C

Text Example


Text Example

White with #10373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10373C; }

 p { color: rgb(16,55,60); }

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

background-color css

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

 a { background-color: rgb(16,55,60); }

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

border-color css

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

 span { border-color: rgb(16,55,60); }

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