Html Css Color HEX #123A40 Nordic

📋 copy color: '#123A40'

red 18 ◦ green 58 ◦ blue 64

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

Shades of Nordic #123A40

Tints of Nordic #123A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.43%

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

R = 12.86%
G = 41.43%
B = 45.71%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123A40 (or 0x123A40) is known color: Nordic. HEX triplet: 12, 3A and 40. RGB value is (18,58,64). Sum of RGB (Red+Green+Blue) = 18+58+64=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #123A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A40 is #EDC5BF. Grayscale: #2E2E2E. Windows color (decimal): -15582656 or 4209170. OLE color: 4209170.

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

Color convert

RGB 18 58 64 -
CMYK 0.72 0.09 0 0.75
HSL 187.83º 0.56% 0.16% -
HSV(B) 187.83º 0.72% 0.25% -
XYZ 2.69 3.52 5.39 -
YUV 46.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 18 58 64 0.72 0.09 0 0.75 187.83 0.56 0.16
Hex 12 3A 40 48 9 0 4B BC 38 10
Octal 22 72 100 110 11 0 113 274 70 20
Binary 10010 111010 1000000 1001000 1001 0 1001011 10111100 111000 10000

Color Harmonies of #123A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A40

Black with #123A40

Text Example


Text Example

White with #123A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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