Html Css Color HEX #18363F Nordic

📋 copy color: '#18363F'

red 24 ◦ green 54 ◦ blue 63

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

Shades of Nordic #18363F

Tints of Nordic #18363F

RGB

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

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

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

R = 17.02%
G = 38.3%
B = 44.68%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18363F (or 0x18363F) is known color: Nordic. HEX triplet: 18, 36 and 3F. RGB value is (24,54,63). Sum of RGB (Red+Green+Blue) = 24+54+63=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #18363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363F is #E7C9C0. Grayscale: #2D2D2D. Windows color (decimal): -15190465 or 4142616. OLE color: 4142616.

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

Color convert

RGB 24 54 63 -
CMYK 0.62 0.14 0 0.75
HSL 193.85º 0.45% 0.17% -
HSV(B) 193.85º 0.62% 0.25% -
XYZ 2.59 3.19 5.18 -
YUV 46.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 24 54 63 0.62 0.14 0 0.75 193.85 0.45 0.17
Hex 18 36 3F 3E E 0 4B C2 2D 11
Octal 30 66 77 76 16 0 113 302 55 21
Binary 11000 110110 111111 111110 1110 0 1001011 11000010 101101 10001

Color Harmonies of #18363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18363F

Black with #18363F

Text Example


Text Example

White with #18363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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