Html Css Color HEX #112E33 Nordic

📋 copy color: '#112E33'

red 17 ◦ green 46 ◦ blue 51

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

Shades of Nordic #112E33

Tints of Nordic #112E33

RGB

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

 GREEN value IS 46 (18.36% from 255) = 40.35%

 BLUE value IS 51 (20.31% from 255) = 44.74%

R = 14.91%
G = 40.35%
B = 44.74%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112E33 (or 0x112E33) is known color: Nordic. HEX triplet: 11, 2E and 33. RGB value is (17,46,51). Sum of RGB (Red+Green+Blue) = 17+46+51=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #112E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E33 is #EED1CC. Grayscale: #252525. Windows color (decimal): -15651277 or 3354129. OLE color: 3354129.

HSL color Cylindrical-coordinate representation of color #112E33: hue angle of 188.82º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112E33 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 46 51 -
CMYK 0.67 0.10 0 0.8
HSL 188.82º 0.5% 0.13% -
HSV(B) 188.82º 0.67% 0.2% -
XYZ 1.81 2.31 3.48 -
YUV 37.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 17 46 51 0.67 0.10 0 0.8 188.82 0.5 0.13
Hex 11 2E 33 43 A 0 50 BD 32 D
Octal 21 56 63 103 12 0 120 275 62 15
Binary 10001 101110 110011 1000011 1010 0 1010000 10111101 110010 1101

Color Harmonies of #112E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E33

Black with #112E33

Text Example


Text Example

White with #112E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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