Html Css Color HEX #123B42 Nordic

📋 copy color: '#123B42'

red 18 ◦ green 59 ◦ blue 66

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

Shades of Nordic #123B42

Tints of Nordic #123B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.26%

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

R = 12.59%
G = 41.26%
B = 46.15%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#123B42 (or 0x123B42) is known color: Nordic. HEX triplet: 12, 3B and 42. RGB value is (18,59,66). Sum of RGB (Red+Green+Blue) = 18+59+66=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #123B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B42 is #EDC4BD. Grayscale: #2F2F2F. Windows color (decimal): -15582398 or 4340498. OLE color: 4340498.

HSL color Cylindrical-coordinate representation of color #123B42: hue angle of 188.75º 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 #123B42 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 59 66 -
CMYK 0.73 0.11 0 0.74
HSL 188.75º 0.57% 0.16% -
HSV(B) 188.75º 0.73% 0.26% -
XYZ 2.8 3.65 5.71 -
YUV 47.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 18 59 66 0.73 0.11 0 0.74 188.75 0.57 0.16
Hex 12 3B 42 49 B 0 4A BD 39 10
Octal 22 73 102 111 13 0 112 275 71 20
Binary 10010 111011 1000010 1001001 1011 0 1001010 10111101 111001 10000

Color Harmonies of #123B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B42

Black with #123B42

Text Example


Text Example

White with #123B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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