Html Css Color HEX #123C47 Nordic

📋 copy color: '#123C47'

red 18 ◦ green 60 ◦ blue 71

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

Shades of Nordic #123C47

Tints of Nordic #123C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.27%

 BLUE value IS 71 (28.13% from 255) = 47.65%

R = 12.08%
G = 40.27%
B = 47.65%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123C47 (or 0x123C47) is known color: Nordic. HEX triplet: 12, 3C and 47. RGB value is (18,60,71). Sum of RGB (Red+Green+Blue) = 18+60+71=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #123C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C47 is #EDC3B8. Grayscale: #303030. Windows color (decimal): -15582137 or 4668434. OLE color: 4668434.

HSL color Cylindrical-coordinate representation of color #123C47: hue angle of 192.45º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123C47 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 60 71 -
CMYK 0.75 0.15 0 0.72
HSL 192.45º 0.6% 0.17% -
HSV(B) 192.45º 0.75% 0.28% -
XYZ 3 3.82 6.54 -
YUV 48.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 18 60 71 0.75 0.15 0 0.72 192.45 0.6 0.17
Hex 12 3C 47 4B F 0 48 C0 3C 11
Octal 22 74 107 113 17 0 110 300 74 21
Binary 10010 111100 1000111 1001011 1111 0 1001000 11000000 111100 10001

Color Harmonies of #123C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C47

Black with #123C47

Text Example


Text Example

White with #123C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,60,71); }

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

background-color css

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

 a { background-color: rgb(18,60,71); }

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

border-color css

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

 span { border-color: rgb(18,60,71); }

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