Html Css Color HEX #103039 Nordic

📋 copy color: '#103039'

red 16 ◦ green 48 ◦ blue 57

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

Shades of Nordic #103039

Tints of Nordic #103039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 13.22%
G = 39.67%
B = 47.11%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#103039 (or 0x103039) is known color: Nordic. HEX triplet: 10, 30 and 39. RGB value is (16,48,57). Sum of RGB (Red+Green+Blue) = 16+48+57=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #103039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103039 is #EFCFC6. Grayscale: #272727. Windows color (decimal): -15716295 or 3747856. OLE color: 3747856.

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

Color convert

RGB 16 48 57 -
CMYK 0.72 0.16 0 0.78
HSL 193.17º 0.56% 0.14% -
HSV(B) 193.17º 0.72% 0.22% -
XYZ 2.01 2.52 4.25 -
YUV 39.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 16 48 57 0.72 0.16 0 0.78 193.17 0.56 0.14
Hex 10 30 39 48 10 0 4E C1 38 E
Octal 20 60 71 110 20 0 116 301 70 16
Binary 10000 110000 111001 1001000 10000 0 1001110 11000001 111000 1110

Color Harmonies of #103039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103039

Black with #103039

Text Example


Text Example

White with #103039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103039; }

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

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

background-color css

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

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

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

border-color css

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

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

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