Html Css Color HEX #183F47 Nordic

📋 copy color: '#183F47'

red 24 ◦ green 63 ◦ blue 71

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

Shades of Nordic #183F47

Tints of Nordic #183F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 15.19%
G = 39.87%
B = 44.94%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#183F47 (or 0x183F47) is known color: Nordic. HEX triplet: 18, 3F and 47. RGB value is (24,63,71). Sum of RGB (Red+Green+Blue) = 24+63+71=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #183F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F47 is #E7C0B8. Grayscale: #343434. Windows color (decimal): -15188153 or 4669208. OLE color: 4669208.

HSL color Cylindrical-coordinate representation of color #183F47: hue angle of 190.21º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #183F47 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 63 71 -
CMYK 0.66 0.11 0 0.72
HSL 190.21º 0.49% 0.19% -
HSV(B) 190.21º 0.66% 0.28% -
XYZ 3.29 4.2 6.6 -
YUV 52.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 24 63 71 0.66 0.11 0 0.72 190.21 0.49 0.19
Hex 18 3F 47 42 B 0 48 BE 31 13
Octal 30 77 107 102 13 0 110 276 61 23
Binary 11000 111111 1000111 1000010 1011 0 1001000 10111110 110001 10011

Color Harmonies of #183F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183F47

Black with #183F47

Text Example


Text Example

White with #183F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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