Html Css Color HEX #183A40 Nordic

📋 copy color: '#183A40'

red 24 ◦ green 58 ◦ blue 64

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

Shades of Nordic #183A40

Tints of Nordic #183A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.73%

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

R = 16.44%
G = 39.73%
B = 43.84%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183A40 (or 0x183A40) is known color: Nordic. HEX triplet: 18, 3A and 40. RGB value is (24,58,64). Sum of RGB (Red+Green+Blue) = 24+58+64=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #183A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A40 is #E7C5BF. Grayscale: #303030. Windows color (decimal): -15189440 or 4209176. OLE color: 4209176.

HSL color Cylindrical-coordinate representation of color #183A40: hue angle of 189º 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 #183A40 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 58 64 -
CMYK 0.62 0.09 0 0.75
HSL 189º 0.45% 0.17% -
HSV(B) 189º 0.63% 0.25% -
XYZ 2.82 3.59 5.4 -
YUV 48.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 24 58 64 0.62 0.09 0 0.75 189 0.45 0.17
Hex 18 3A 40 3E 9 0 4B BD 2D 11
Octal 30 72 100 76 11 0 113 275 55 21
Binary 11000 111010 1000000 111110 1001 0 1001011 10111101 101101 10001

Color Harmonies of #183A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A40

Black with #183A40

Text Example


Text Example

White with #183A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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