Html Css Color HEX #123839 Nordic

📋 copy color: '#123839'

red 18 ◦ green 56 ◦ blue 57

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

Shades of Nordic #123839

Tints of Nordic #123839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.75%

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

R = 13.74%
G = 42.75%
B = 43.51%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123839 (or 0x123839) is known color: Nordic. HEX triplet: 12, 38 and 39. RGB value is (18,56,57). Sum of RGB (Red+Green+Blue) = 18+56+57=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #123839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123839 is #EDC7C6. Grayscale: #2C2C2C. Windows color (decimal): -15583175 or 3749906. OLE color: 3749906.

HSL color Cylindrical-coordinate representation of color #123839: hue angle of 181.54º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123839 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 56 57 -
CMYK 0.68 0.02 0 0.78
HSL 181.54º 0.52% 0.15% -
HSV(B) 181.54º 0.68% 0.22% -
XYZ 2.4 3.25 4.37 -
YUV 44.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 18 56 57 0.68 0.02 0 0.78 181.54 0.52 0.15
Hex 12 38 39 44 2 0 4E B6 34 F
Octal 22 70 71 104 2 0 116 266 64 17
Binary 10010 111000 111001 1000100 10 0 1001110 10110110 110100 1111

Color Harmonies of #123839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123839

Black with #123839

Text Example


Text Example

White with #123839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123839; }

 p { color: rgb(18,56,57); }

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

background-color css

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

 a { background-color: rgb(18,56,57); }

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

border-color css

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

 span { border-color: rgb(18,56,57); }

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