Html Css Color HEX #113339 Nordic

📋 copy color: '#113339'

red 17 ◦ green 51 ◦ blue 57

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

Shades of Nordic #113339

Tints of Nordic #113339

RGB

 RED value IS 17 (7.03% from 255) = 13.6%

 GREEN value IS 51 (20.31% from 255) = 40.8%

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

R = 13.6%
G = 40.8%
B = 45.6%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#113339 (or 0x113339) is known color: Nordic. HEX triplet: 11, 33 and 39. RGB value is (17,51,57). Sum of RGB (Red+Green+Blue) = 17+51+57=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 51 (20.31% from 255 or 40.8% 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 #113339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113339 is #EECCC6. Grayscale: #292929. Windows color (decimal): -15649991 or 3748625. OLE color: 3748625.

HSL color Cylindrical-coordinate representation of color #113339: hue angle of 189º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113339 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 51 57 -
CMYK 0.70 0.11 0 0.78
HSL 189º 0.54% 0.15% -
HSV(B) 189º 0.7% 0.22% -
XYZ 2.15 2.78 4.29 -
YUV 41.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 17 51 57 0.70 0.11 0 0.78 189 0.54 0.15
Hex 11 33 39 46 B 0 4E BD 36 F
Octal 21 63 71 106 13 0 116 275 66 17
Binary 10001 110011 111001 1000110 1011 0 1001110 10111101 110110 1111

Color Harmonies of #113339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113339

Black with #113339

Text Example


Text Example

White with #113339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113339; }

 p { color: rgb(17,51,57); }

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

background-color css

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

 a { background-color: rgb(17,51,57); }

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

border-color css

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

 span { border-color: rgb(17,51,57); }

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