Html Css Color HEX #123941 Nordic

📋 copy color: '#123941'

red 18 ◦ green 57 ◦ blue 65

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

Shades of Nordic #123941

Tints of Nordic #123941

RGB

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

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

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

R = 12.86%
G = 40.71%
B = 46.43%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123941 (or 0x123941) is known color: Nordic. HEX triplet: 12, 39 and 41. RGB value is (18,57,65). Sum of RGB (Red+Green+Blue) = 18+57+65=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #123941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123941 is #EDC6BE. Grayscale: #2E2E2E. Windows color (decimal): -15582911 or 4274450. OLE color: 4274450.

HSL color Cylindrical-coordinate representation of color #123941: hue angle of 190.21º 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 #123941 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 57 65 -
CMYK 0.72 0.12 0 0.75
HSL 190.21º 0.57% 0.16% -
HSV(B) 190.21º 0.72% 0.25% -
XYZ 2.67 3.44 5.52 -
YUV 46.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 18 57 65 0.72 0.12 0 0.75 190.21 0.57 0.16
Hex 12 39 41 48 C 0 4B BE 39 10
Octal 22 71 101 110 14 0 113 276 71 20
Binary 10010 111001 1000001 1001000 1100 0 1001011 10111110 111001 10000

Color Harmonies of #123941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123941

Black with #123941

Text Example


Text Example

White with #123941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123941; }

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

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

background-color css

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

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

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

border-color css

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

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

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