Html Css Color HEX #183D46 Nordic

📋 copy color: '#183D46'

red 24 ◦ green 61 ◦ blue 70

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

Shades of Nordic #183D46

Tints of Nordic #183D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

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

R = 15.48%
G = 39.35%
B = 45.16%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#183D46 (or 0x183D46) is known color: Nordic. HEX triplet: 18, 3D and 46. RGB value is (24,61,70). Sum of RGB (Red+Green+Blue) = 24+61+70=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #183D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183D46 is #E7C2B9. Grayscale: #323232. Windows color (decimal): -15188666 or 4603160. OLE color: 4603160.

HSL color Cylindrical-coordinate representation of color #183D46: hue angle of 191.74º 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 #183D46 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 61 70 -
CMYK 0.66 0.13 0 0.73
HSL 191.74º 0.49% 0.18% -
HSV(B) 191.74º 0.66% 0.27% -
XYZ 3.15 3.97 6.4 -
YUV 50.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 24 61 70 0.66 0.13 0 0.73 191.74 0.49 0.18
Hex 18 3D 46 42 D 0 49 C0 31 12
Octal 30 75 106 102 15 0 111 300 61 22
Binary 11000 111101 1000110 1000010 1101 0 1001001 11000000 110001 10010

Color Harmonies of #183D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183D46

Black with #183D46

Text Example


Text Example

White with #183D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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