Html Css Color HEX #123939 Nordic

📋 copy color: '#123939'

red 18 ◦ green 57 ◦ blue 57

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

Shades of Nordic #123939

Tints of Nordic #123939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.18%

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

R = 13.64%
G = 43.18%
B = 43.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123939 (or 0x123939) is known color: Nordic. HEX triplet: 12, 39 and 39. RGB value is (18,57,57). Sum of RGB (Red+Green+Blue) = 18+57+57=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #123939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123939 is #EDC6C6. Grayscale: #2D2D2D. Windows color (decimal): -15582919 or 3750162. OLE color: 3750162.

HSL color Cylindrical-coordinate representation of color #123939: hue angle of 180º 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 #123939 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 57 57 -
CMYK 0.68 0 0 0.78
HSL 180º 0.52% 0.15% -
HSV(B) 180º 0.68% 0.22% -
XYZ 2.45 3.35 4.39 -
YUV 45.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 18 57 57 0.68 0 0 0.78 180 0.52 0.15
Hex 12 39 39 44 0 0 4E B4 34 F
Octal 22 71 71 104 0 0 116 264 64 17
Binary 10010 111001 111001 1000100 0 0 1001110 10110100 110100 1111

Color Harmonies of #123939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123939

Black with #123939

Text Example


Text Example

White with #123939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123939; }

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

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

background-color css

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

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

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

border-color css

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

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

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