Html Css Color HEX #10393D Nordic

📋 copy color: '#10393D'

red 16 ◦ green 57 ◦ blue 61

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

Shades of Nordic #10393D

Tints of Nordic #10393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.54%

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

R = 11.94%
G = 42.54%
B = 45.52%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10393D (or 0x10393D) is known color: Nordic. HEX triplet: 10, 39 and 3D. RGB value is (16,57,61). Sum of RGB (Red+Green+Blue) = 16+57+61=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #10393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10393D is #EFC6C2. Grayscale: #2D2D2D. Windows color (decimal): -15713987 or 4012304. OLE color: 4012304.

HSL color Cylindrical-coordinate representation of color #10393D: hue angle of 185.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 #10393D is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 57 61 -
CMYK 0.74 0.07 0 0.76
HSL 185.33º 0.58% 0.15% -
HSV(B) 185.33º 0.74% 0.24% -
XYZ 2.52 3.37 4.93 -
YUV 45.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 16 57 61 0.74 0.07 0 0.76 185.33 0.58 0.15
Hex 10 39 3D 4A 7 0 4C B9 3A F
Octal 20 71 75 112 7 0 114 271 72 17
Binary 10000 111001 111101 1001010 111 0 1001100 10111001 111010 1111

Color Harmonies of #10393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10393D

Black with #10393D

Text Example


Text Example

White with #10393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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