Html Css Color HEX #183F46 Nordic

📋 copy color: '#183F46'

red 24 ◦ green 63 ◦ blue 70

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

Shades of Nordic #183F46

Tints of Nordic #183F46

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

 BLUE value IS 70 (27.73% from 255) = 44.59%

R = 15.29%
G = 40.13%
B = 44.59%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#183F46 (or 0x183F46) is known color: Nordic. HEX triplet: 18, 3F and 46. RGB value is (24,63,70). Sum of RGB (Red+Green+Blue) = 24+63+70=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #183F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F46 is #E7C0B9. Grayscale: #343434. Windows color (decimal): -15188154 or 4603672. OLE color: 4603672.

HSL color Cylindrical-coordinate representation of color #183F46: hue angle of 189.13º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #183F46 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 63 70 -
CMYK 0.66 0.10 0 0.73
HSL 189.13º 0.49% 0.18% -
HSV(B) 189.13º 0.66% 0.27% -
XYZ 3.26 4.19 6.43 -
YUV 52.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 24 63 70 0.66 0.10 0 0.73 189.13 0.49 0.18
Hex 18 3F 46 42 A 0 49 BD 31 12
Octal 30 77 106 102 12 0 111 275 61 22
Binary 11000 111111 1000110 1000010 1010 0 1001001 10111101 110001 10010

Color Harmonies of #183F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F46

Black with #183F46

Text Example


Text Example

White with #183F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,63,70); }

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

background-color css

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

 a { background-color: rgb(24,63,70); }

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

border-color css

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

 span { border-color: rgb(24,63,70); }

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