Html Css Color HEX #123A46 Nordic

📋 copy color: '#123A46'

red 18 ◦ green 58 ◦ blue 70

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

Shades of Nordic #123A46

Tints of Nordic #123A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 47.95%

R = 12.33%
G = 39.73%
B = 47.95%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#123A46 (or 0x123A46) is known color: Nordic. HEX triplet: 12, 3A and 46. RGB value is (18,58,70). Sum of RGB (Red+Green+Blue) = 18+58+70=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #123A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A46 is #EDC5B9. Grayscale: #2F2F2F. Windows color (decimal): -15582650 or 4602386. OLE color: 4602386.

HSL color Cylindrical-coordinate representation of color #123A46: hue angle of 193.85º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123A46 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 58 70 -
CMYK 0.74 0.17 0 0.73
HSL 193.85º 0.59% 0.17% -
HSV(B) 193.85º 0.74% 0.27% -
XYZ 2.87 3.6 6.34 -
YUV 47.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 18 58 70 0.74 0.17 0 0.73 193.85 0.59 0.17
Hex 12 3A 46 4A 11 0 49 C2 3B 11
Octal 22 72 106 112 21 0 111 302 73 21
Binary 10010 111010 1000110 1001010 10001 0 1001001 11000010 111011 10001

Color Harmonies of #123A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A46

Black with #123A46

Text Example


Text Example

White with #123A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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