Html Css Color HEX #11333D Nordic

📋 copy color: '#11333D'

red 17 ◦ green 51 ◦ blue 61

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

Shades of Nordic #11333D

Tints of Nordic #11333D

RGB

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

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

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

R = 13.18%
G = 39.53%
B = 47.29%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11333D (or 0x11333D) is known color: Nordic. HEX triplet: 11, 33 and 3D. RGB value is (17,51,61). Sum of RGB (Red+Green+Blue) = 17+51+61=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #11333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11333D is #EECCC2. Grayscale: #292929. Windows color (decimal): -15649987 or 4010769. OLE color: 4010769.

HSL color Cylindrical-coordinate representation of color #11333D: hue angle of 193.64º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11333D is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 51 61 -
CMYK 0.72 0.16 0 0.76
HSL 193.64º 0.56% 0.15% -
HSV(B) 193.64º 0.72% 0.24% -
XYZ 2.26 2.82 4.84 -
YUV 41.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 17 51 61 0.72 0.16 0 0.76 193.64 0.56 0.15
Hex 11 33 3D 48 10 0 4C C2 38 F
Octal 21 63 75 110 20 0 114 302 70 17
Binary 10001 110011 111101 1001000 10000 0 1001100 11000010 111000 1111

Color Harmonies of #11333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11333D

Black with #11333D

Text Example


Text Example

White with #11333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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