Html Css Color HEX #183C41 Nordic

📋 copy color: '#183C41'

red 24 ◦ green 60 ◦ blue 65

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

Shades of Nordic #183C41

Tints of Nordic #183C41

RGB

 RED value IS 24 (9.77% from 255) = 16.11%

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

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

R = 16.11%
G = 40.27%
B = 43.62%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183C41 (or 0x183C41) is known color: Nordic. HEX triplet: 18, 3C and 41. RGB value is (24,60,65). Sum of RGB (Red+Green+Blue) = 24+60+65=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #183C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C41 is #E7C3BE. Grayscale: #313131. Windows color (decimal): -15188927 or 4275224. OLE color: 4275224.

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

Color convert

RGB 24 60 65 -
CMYK 0.63 0.08 0 0.75
HSL 187.32º 0.46% 0.17% -
HSV(B) 187.32º 0.63% 0.25% -
XYZ 2.95 3.81 5.58 -
YUV 49.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 24 60 65 0.63 0.08 0 0.75 187.32 0.46 0.17
Hex 18 3C 41 3F 8 0 4B BB 2E 11
Octal 30 74 101 77 10 0 113 273 56 21
Binary 11000 111100 1000001 111111 1000 0 1001011 10111011 101110 10001

Color Harmonies of #183C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C41

Black with #183C41

Text Example


Text Example

White with #183C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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