Html Css Color HEX #18393E Nordic

📋 copy color: '#18393E'

red 24 ◦ green 57 ◦ blue 62

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

Shades of Nordic #18393E

Tints of Nordic #18393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.86%

 BLUE value IS 62 (24.61% from 255) = 43.36%

R = 16.78%
G = 39.86%
B = 43.36%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18393E (or 0x18393E) is known color: Nordic. HEX triplet: 18, 39 and 3E. RGB value is (24,57,62). Sum of RGB (Red+Green+Blue) = 24+57+62=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 62 - color contains mainly: blue. Hex color #18393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18393E is #E7C6C1. Grayscale: #2F2F2F. Windows color (decimal): -15189698 or 4077848. OLE color: 4077848.

HSL color Cylindrical-coordinate representation of color #18393E: hue angle of 187.89º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18393E is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 57 62 -
CMYK 0.61 0.08 0 0.76
HSL 187.89º 0.44% 0.17% -
HSV(B) 187.89º 0.61% 0.24% -
XYZ 2.71 3.47 5.08 -
YUV 47.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 24 57 62 0.61 0.08 0 0.76 187.89 0.44 0.17
Hex 18 39 3E 3D 8 0 4C BC 2C 11
Octal 30 71 76 75 10 0 114 274 54 21
Binary 11000 111001 111110 111101 1000 0 1001100 10111100 101100 10001

Color Harmonies of #18393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18393E

Black with #18393E

Text Example


Text Example

White with #18393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18393E; }

 p { color: rgb(24,57,62); }

 H1.HeaderClassName
 {
   color: #18393E;
 }
 .AnyTagClassName
 {
   color: #18393E;
 }
</style>

background-color css

<style>
 a { background-color: #18393E; }

 a { background-color: rgb(24,57,62); }

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

border-color css

<style>
 span { border-color: #18393E; }

 span { border-color: rgb(24,57,62); }

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