Html Css Color HEX #18363E Nordic

📋 copy color: '#18363E'

red 24 ◦ green 54 ◦ blue 62

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

Shades of Nordic #18363E

Tints of Nordic #18363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.57%

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

R = 17.14%
G = 38.57%
B = 44.29%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18363E (or 0x18363E) is known color: Nordic. HEX triplet: 18, 36 and 3E. RGB value is (24,54,62). Sum of RGB (Red+Green+Blue) = 24+54+62=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: blue. Hex color #18363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363E is #E7C9C1. Grayscale: #2D2D2D. Windows color (decimal): -15190466 or 4077080. OLE color: 4077080.

HSL color Cylindrical-coordinate representation of color #18363E: hue angle of 192.63º 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 #18363E is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 54 62 -
CMYK 0.61 0.13 0 0.76
HSL 192.63º 0.44% 0.17% -
HSV(B) 192.63º 0.61% 0.24% -
XYZ 2.57 3.18 5.04 -
YUV 45.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 24 54 62 0.61 0.13 0 0.76 192.63 0.44 0.17
Hex 18 36 3E 3D D 0 4C C1 2C 11
Octal 30 66 76 75 15 0 114 301 54 21
Binary 11000 110110 111110 111101 1101 0 1001100 11000001 101100 10001

Color Harmonies of #18363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18363E

Black with #18363E

Text Example


Text Example

White with #18363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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