Html Css Color HEX #103438 Nordic

📋 copy color: '#103438'

red 16 ◦ green 52 ◦ blue 56

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

Shades of Nordic #103438

Tints of Nordic #103438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 45.16%

R = 12.9%
G = 41.94%
B = 45.16%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#103438 (or 0x103438) is known color: Nordic. HEX triplet: 10, 34 and 38. RGB value is (16,52,56). Sum of RGB (Red+Green+Blue) = 16+52+56=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #103438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103438 is #EFCBC7. Grayscale: #292929. Windows color (decimal): -15715272 or 3683344. OLE color: 3683344.

HSL color Cylindrical-coordinate representation of color #103438: hue angle of 186º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #103438 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 52 56 -
CMYK 0.71 0.07 0 0.78
HSL 186º 0.56% 0.14% -
HSV(B) 186º 0.71% 0.22% -
XYZ 2.16 2.85 4.18 -
YUV 41.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 16 52 56 0.71 0.07 0 0.78 186 0.56 0.14
Hex 10 34 38 47 7 0 4E BA 38 E
Octal 20 64 70 107 7 0 116 272 70 16
Binary 10000 110100 111000 1000111 111 0 1001110 10111010 111000 1110

Color Harmonies of #103438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103438

Black with #103438

Text Example


Text Example

White with #103438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103438; }

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

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

background-color css

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

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

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

border-color css

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

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

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