Html Css Color HEX #123A42 Nordic

📋 copy color: '#123A42'

red 18 ◦ green 58 ◦ blue 66

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

Shades of Nordic #123A42

Tints of Nordic #123A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 46.48%

R = 12.68%
G = 40.85%
B = 46.48%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#123A42 (or 0x123A42) is known color: Nordic. HEX triplet: 12, 3A and 42. RGB value is (18,58,66). Sum of RGB (Red+Green+Blue) = 18+58+66=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #123A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A42 is #EDC5BD. Grayscale: #2E2E2E. Windows color (decimal): -15582654 or 4340242. OLE color: 4340242.

HSL color Cylindrical-coordinate representation of color #123A42: hue angle of 190º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #123A42 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 58 66 -
CMYK 0.73 0.12 0 0.74
HSL 190º 0.57% 0.16% -
HSV(B) 190º 0.73% 0.26% -
XYZ 2.75 3.55 5.69 -
YUV 46.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 18 58 66 0.73 0.12 0 0.74 190 0.57 0.16
Hex 12 3A 42 49 C 0 4A BE 39 10
Octal 22 72 102 111 14 0 112 276 71 20
Binary 10010 111010 1000010 1001001 1100 0 1001010 10111110 111001 10000

Color Harmonies of #123A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A42

Black with #123A42

Text Example


Text Example

White with #123A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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