Html Css Color HEX #183A3F Nordic

📋 copy color: '#183A3F'

red 24 ◦ green 58 ◦ blue 63

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

Shades of Nordic #183A3F

Tints of Nordic #183A3F

RGB

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

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

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

R = 16.55%
G = 40%
B = 43.45%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183A3F (or 0x183A3F) is known color: Nordic. HEX triplet: 18, 3A and 3F. RGB value is (24,58,63). Sum of RGB (Red+Green+Blue) = 24+58+63=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #183A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A3F is #E7C5C0. Grayscale: #303030. Windows color (decimal): -15189441 or 4143640. OLE color: 4143640.

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

Color convert

RGB 24 58 63 -
CMYK 0.62 0.08 0 0.75
HSL 187.69º 0.45% 0.17% -
HSV(B) 187.69º 0.62% 0.25% -
XYZ 2.79 3.58 5.25 -
YUV 48.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 24 58 63 0.62 0.08 0 0.75 187.69 0.45 0.17
Hex 18 3A 3F 3E 8 0 4B BC 2D 11
Octal 30 72 77 76 10 0 113 274 55 21
Binary 11000 111010 111111 111110 1000 0 1001011 10111100 101101 10001

Color Harmonies of #183A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A3F

Black with #183A3F

Text Example


Text Example

White with #183A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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