Html Css Color HEX #183B3F Nordic

📋 copy color: '#183B3F'

red 24 ◦ green 59 ◦ blue 63

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

Shades of Nordic #183B3F

Tints of Nordic #183B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.15%

R = 16.44%
G = 40.41%
B = 43.15%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183B3F (or 0x183B3F) is known color: Nordic. HEX triplet: 18, 3B and 3F. RGB value is (24,59,63). Sum of RGB (Red+Green+Blue) = 24+59+63=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #183B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B3F is #E7C4C0. Grayscale: #303030. Windows color (decimal): -15189185 or 4143896. OLE color: 4143896.

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

Color convert

RGB 24 59 63 -
CMYK 0.62 0.06 0 0.75
HSL 186.15º 0.45% 0.17% -
HSV(B) 186.15º 0.62% 0.25% -
XYZ 2.84 3.68 5.26 -
YUV 48.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 24 59 63 0.62 0.06 0 0.75 186.15 0.45 0.17
Hex 18 3B 3F 3E 6 0 4B BA 2D 11
Octal 30 73 77 76 6 0 113 272 55 21
Binary 11000 111011 111111 111110 110 0 1001011 10111010 101101 10001

Color Harmonies of #183B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183B3F

Black with #183B3F

Text Example


Text Example

White with #183B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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