Html Css Color HEX #10363D Nordic

📋 copy color: '#10363D'

red 16 ◦ green 54 ◦ blue 61

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

Shades of Nordic #10363D

Tints of Nordic #10363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.22%

 BLUE value IS 61 (24.22% from 255) = 46.56%

R = 12.21%
G = 41.22%
B = 46.56%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10363D (or 0x10363D) is known color: Nordic. HEX triplet: 10, 36 and 3D. RGB value is (16,54,61). Sum of RGB (Red+Green+Blue) = 16+54+61=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #10363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10363D is #EFC9C2. Grayscale: #2B2B2B. Windows color (decimal): -15714755 or 4011536. OLE color: 4011536.

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

Color convert

RGB 16 54 61 -
CMYK 0.74 0.11 0 0.76
HSL 189.33º 0.58% 0.15% -
HSV(B) 189.33º 0.74% 0.24% -
XYZ 2.38 3.09 4.89 -
YUV 43.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 16 54 61 0.74 0.11 0 0.76 189.33 0.58 0.15
Hex 10 36 3D 4A B 0 4C BD 3A F
Octal 20 66 75 112 13 0 114 275 72 17
Binary 10000 110110 111101 1001010 1011 0 1001100 10111101 111010 1111

Color Harmonies of #10363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10363D

Black with #10363D

Text Example


Text Example

White with #10363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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