Html Css Color HEX #123739 Nordic

📋 copy color: '#123739'

red 18 ◦ green 55 ◦ blue 57

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

Shades of Nordic #123739

Tints of Nordic #123739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.31%

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

R = 13.85%
G = 42.31%
B = 43.85%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#123739 (or 0x123739) is known color: Nordic. HEX triplet: 12, 37 and 39. RGB value is (18,55,57). Sum of RGB (Red+Green+Blue) = 18+55+57=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #123739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123739 is #EDC8C6. Grayscale: #2C2C2C. Windows color (decimal): -15583431 or 3749650. OLE color: 3749650.

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

Color convert

RGB 18 55 57 -
CMYK 0.68 0.04 0 0.78
HSL 183.08º 0.52% 0.15% -
HSV(B) 183.08º 0.68% 0.22% -
XYZ 2.35 3.16 4.36 -
YUV 44.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 18 55 57 0.68 0.04 0 0.78 183.08 0.52 0.15
Hex 12 37 39 44 4 0 4E B7 34 F
Octal 22 67 71 104 4 0 116 267 64 17
Binary 10010 110111 111001 1000100 100 0 1001110 10110111 110100 1111

Color Harmonies of #123739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123739

Black with #123739

Text Example


Text Example

White with #123739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123739; }

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

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

background-color css

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

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

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

border-color css

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

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

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