Html Css Color HEX #103439 Nordic

📋 copy color: '#103439'

red 16 ◦ green 52 ◦ blue 57

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

Shades of Nordic #103439

Tints of Nordic #103439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

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

R = 12.8%
G = 41.6%
B = 45.6%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#103439 (or 0x103439) is known color: Nordic. HEX triplet: 10, 34 and 39. RGB value is (16,52,57). Sum of RGB (Red+Green+Blue) = 16+52+57=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #103439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103439 is #EFCBC6. Grayscale: #292929. Windows color (decimal): -15715271 or 3748880. OLE color: 3748880.

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

Color convert

RGB 16 52 57 -
CMYK 0.72 0.09 0 0.78
HSL 187.32º 0.56% 0.14% -
HSV(B) 187.32º 0.72% 0.22% -
XYZ 2.18 2.86 4.31 -
YUV 41.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 16 52 57 0.72 0.09 0 0.78 187.32 0.56 0.14
Hex 10 34 39 48 9 0 4E BB 38 E
Octal 20 64 71 110 11 0 116 273 70 16
Binary 10000 110100 111001 1001000 1001 0 1001110 10111011 111000 1110

Color Harmonies of #103439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103439

Black with #103439

Text Example


Text Example

White with #103439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103439; }

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

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

background-color css

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

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

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

border-color css

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

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

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