Html Css Color HEX #123133 Nordic

📋 copy color: '#123133'

red 18 ◦ green 49 ◦ blue 51

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

Shades of Nordic #123133

Tints of Nordic #123133

RGB

 RED value IS 18 (7.42% from 255) = 15.25%

 GREEN value IS 49 (19.53% from 255) = 41.53%

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

R = 15.25%
G = 41.53%
B = 43.22%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#123133 (or 0x123133) is known color: Nordic. HEX triplet: 12, 31 and 33. RGB value is (18,49,51). Sum of RGB (Red+Green+Blue) = 18+49+51=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #123133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123133 is #EDCECC. Grayscale: #272727. Windows color (decimal): -15584973 or 3354898. OLE color: 3354898.

HSL color Cylindrical-coordinate representation of color #123133: hue angle of 183.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123133 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 49 51 -
CMYK 0.65 0.04 0 0.8
HSL 183.64º 0.48% 0.14% -
HSV(B) 183.64º 0.65% 0.2% -
XYZ 1.95 2.56 3.52 -
YUV 39.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 18 49 51 0.65 0.04 0 0.8 183.64 0.48 0.14
Hex 12 31 33 41 4 0 50 B8 30 E
Octal 22 61 63 101 4 0 120 270 60 16
Binary 10010 110001 110011 1000001 100 0 1010000 10111000 110000 1110

Color Harmonies of #123133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123133

Black with #123133

Text Example


Text Example

White with #123133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123133; }

 p { color: rgb(18,49,51); }

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

background-color css

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

 a { background-color: rgb(18,49,51); }

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

border-color css

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

 span { border-color: rgb(18,49,51); }

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