Html Css Color HEX #123C48 Nordic

📋 copy color: '#123C48'

red 18 ◦ green 60 ◦ blue 72

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

Shades of Nordic #123C48

Tints of Nordic #123C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48%

R = 12%
G = 40%
B = 48%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123C48 (or 0x123C48) is known color: Nordic. HEX triplet: 12, 3C and 48. RGB value is (18,60,72). Sum of RGB (Red+Green+Blue) = 18+60+72=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #123C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C48 is #EDC3B7. Grayscale: #303030. Windows color (decimal): -15582136 or 4733970. OLE color: 4733970.

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

Color convert

RGB 18 60 72 -
CMYK 0.75 0.17 0 0.72
HSL 193.33º 0.6% 0.18% -
HSV(B) 193.33º 0.75% 0.28% -
XYZ 3.04 3.83 6.71 -
YUV 48.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 18 60 72 0.75 0.17 0 0.72 193.33 0.6 0.18
Hex 12 3C 48 4B 11 0 48 C1 3C 12
Octal 22 74 110 113 21 0 110 301 74 22
Binary 10010 111100 1001000 1001011 10001 0 1001000 11000001 111100 10010

Color Harmonies of #123C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C48

Black with #123C48

Text Example


Text Example

White with #123C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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