Html Css Color HEX #123C41 Nordic

📋 copy color: '#123C41'

red 18 ◦ green 60 ◦ blue 65

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

Shades of Nordic #123C41

Tints of Nordic #123C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.45%

R = 12.59%
G = 41.96%
B = 45.45%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123C41 (or 0x123C41) is known color: Nordic. HEX triplet: 12, 3C and 41. RGB value is (18,60,65). Sum of RGB (Red+Green+Blue) = 18+60+65=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #123C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C41 is #EDC3BE. Grayscale: #2F2F2F. Windows color (decimal): -15582143 or 4275218. OLE color: 4275218.

HSL color Cylindrical-coordinate representation of color #123C41: hue angle of 186.38º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123C41 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 60 65 -
CMYK 0.72 0.08 0 0.75
HSL 186.38º 0.57% 0.16% -
HSV(B) 186.38º 0.72% 0.25% -
XYZ 2.82 3.74 5.57 -
YUV 48.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 18 60 65 0.72 0.08 0 0.75 186.38 0.57 0.16
Hex 12 3C 41 48 8 0 4B BA 39 10
Octal 22 74 101 110 10 0 113 272 71 20
Binary 10010 111100 1000001 1001000 1000 0 1001011 10111010 111001 10000

Color Harmonies of #123C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C41

Black with #123C41

Text Example


Text Example

White with #123C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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