Html Css Color HEX #123741 Nordic

📋 copy color: '#123741'

red 18 ◦ green 55 ◦ blue 65

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

Shades of Nordic #123741

Tints of Nordic #123741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.1%

R = 13.04%
G = 39.86%
B = 47.1%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123741 (or 0x123741) is known color: Nordic. HEX triplet: 12, 37 and 41. RGB value is (18,55,65). Sum of RGB (Red+Green+Blue) = 18+55+65=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #123741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123741 is #EDC8BE. Grayscale: #2C2C2C. Windows color (decimal): -15583423 or 4273938. OLE color: 4273938.

HSL color Cylindrical-coordinate representation of color #123741: hue angle of 192.77º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123741 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 55 65 -
CMYK 0.72 0.15 0 0.75
HSL 192.77º 0.57% 0.16% -
HSV(B) 192.77º 0.72% 0.25% -
XYZ 2.57 3.24 5.49 -
YUV 45.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 18 55 65 0.72 0.15 0 0.75 192.77 0.57 0.16
Hex 12 37 41 48 F 0 4B C1 39 10
Octal 22 67 101 110 17 0 113 301 71 20
Binary 10010 110111 1000001 1001000 1111 0 1001011 11000001 111001 10000

Color Harmonies of #123741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123741

Black with #123741

Text Example


Text Example

White with #123741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123741; }

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

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

background-color css

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

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

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

border-color css

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

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

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