Html Css Color HEX #183B40 Nordic

📋 copy color: '#183B40'

red 24 ◦ green 59 ◦ blue 64

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

Shades of Nordic #183B40

Tints of Nordic #183B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.14%

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 16.33%
G = 40.14%
B = 43.54%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183B40 (or 0x183B40) is known color: Nordic. HEX triplet: 18, 3B and 40. RGB value is (24,59,64). Sum of RGB (Red+Green+Blue) = 24+59+64=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #183B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B40 is #E7C4BF. Grayscale: #313131. Windows color (decimal): -15189184 or 4209432. OLE color: 4209432.

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

Color convert

RGB 24 59 64 -
CMYK 0.62 0.08 0 0.75
HSL 187.5º 0.45% 0.17% -
HSV(B) 187.5º 0.63% 0.25% -
XYZ 2.87 3.69 5.41 -
YUV 49.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 24 59 64 0.62 0.08 0 0.75 187.5 0.45 0.17
Hex 18 3B 40 3E 8 0 4B BC 2D 11
Octal 30 73 100 76 10 0 113 274 55 21
Binary 11000 111011 1000000 111110 1000 0 1001011 10111100 101101 10001

Color Harmonies of #183B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183B40

Black with #183B40

Text Example


Text Example

White with #183B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,59,64); }

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

background-color css

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

 a { background-color: rgb(24,59,64); }

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

border-color css

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

 span { border-color: rgb(24,59,64); }

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