Html Css Color HEX #123840 Nordic

📋 copy color: '#123840'

red 18 ◦ green 56 ◦ blue 64

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

Shades of Nordic #123840

Tints of Nordic #123840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.38%

R = 13.04%
G = 40.58%
B = 46.38%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123840 (or 0x123840) is known color: Nordic. HEX triplet: 12, 38 and 40. RGB value is (18,56,64). Sum of RGB (Red+Green+Blue) = 18+56+64=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #123840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123840 is #EDC7BF. Grayscale: #2D2D2D. Windows color (decimal): -15583168 or 4208658. OLE color: 4208658.

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

Color convert

RGB 18 56 64 -
CMYK 0.72 0.13 0 0.75
HSL 190.43º 0.56% 0.16% -
HSV(B) 190.43º 0.72% 0.25% -
XYZ 2.59 3.33 5.36 -
YUV 45.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 18 56 64 0.72 0.13 0 0.75 190.43 0.56 0.16
Hex 12 38 40 48 D 0 4B BE 38 10
Octal 22 70 100 110 15 0 113 276 70 20
Binary 10010 111000 1000000 1001000 1101 0 1001011 10111110 111000 10000

Color Harmonies of #123840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123840

Black with #123840

Text Example


Text Example

White with #123840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123840; }

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

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

background-color css

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

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

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

border-color css

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

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

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