Html Css Color HEX #123742 Nordic

📋 copy color: '#123742'

red 18 ◦ green 55 ◦ blue 66

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

Shades of Nordic #123742

Tints of Nordic #123742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.57%

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

R = 12.95%
G = 39.57%
B = 47.48%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#123742 (or 0x123742) is known color: Nordic. HEX triplet: 12, 37 and 42. RGB value is (18,55,66). Sum of RGB (Red+Green+Blue) = 18+55+66=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #123742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123742 is #EDC8BD. Grayscale: #2D2D2D. Windows color (decimal): -15583422 or 4339474. OLE color: 4339474.

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

Color convert

RGB 18 55 66 -
CMYK 0.73 0.17 0 0.74
HSL 193.75º 0.57% 0.16% -
HSV(B) 193.75º 0.73% 0.26% -
XYZ 2.6 3.25 5.65 -
YUV 45.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 18 55 66 0.73 0.17 0 0.74 193.75 0.57 0.16
Hex 12 37 42 49 11 0 4A C2 39 10
Octal 22 67 102 111 21 0 112 302 71 20
Binary 10010 110111 1000010 1001001 10001 0 1001010 11000010 111001 10000

Color Harmonies of #123742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123742

Black with #123742

Text Example


Text Example

White with #123742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123742; }

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

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

background-color css

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

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

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

border-color css

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

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

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